From 4a37c3c7813ec866d0b387eff6298dfd163d86db Mon Sep 17 00:00:00 2001 From: Mariano Gonzalez Date: Fri, 9 Sep 2016 04:54:13 -0500 Subject: [PATCH] Fix docker README on accessing Karaf console (#87) --- installation/docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installation/docker.md b/installation/docker.md index af61403d0..a330f6588 100644 --- a/installation/docker.md +++ b/installation/docker.md @@ -56,7 +56,7 @@ then start with ``docker-compose up -d`` **Accessing the console** ``` -docker exec -it openhab console +docker exec -it openhab /openhab/runtime/karaf/bin/client ``` **Debug Mode**