From 73e36775e3e6ffae9cad7ee4109cc93fb1cebb0a Mon Sep 17 00:00:00 2001 From: Jeroen Laverman Date: Fri, 5 Oct 2018 15:07:45 +0200 Subject: [PATCH] Fix command Signed-off-by: Jeroen Laverman --- hawkbit-runtime/docker/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hawkbit-runtime/docker/README.md b/hawkbit-runtime/docker/README.md index 5986d5aa8..54dcd726e 100644 --- a/hawkbit-runtime/docker/README.md +++ b/hawkbit-runtime/docker/README.md @@ -26,7 +26,7 @@ $ docker-compose up -d Start the hawkBit Update Server and Device Simulator together with an MySQL and RabbitMQ instance as services within a swarm ```bash -$ docker stack init +$ docker swarm init $ docker stack deploy -c docker-compose-stack.yml hawkbit ``` @@ -37,4 +37,4 @@ $ docker stack deploy -c docker-compose-stack.yml hawkbit | hawkBit Update Server | [http://localhost:8080/](http://localhost:8080/) | admin:admin | ✓ | ✓ | ✓ | | hawkBit Device Simulator | [http://localhost:8083/](http://localhost:8083/) | - | | | ✓ | | MySQL | localhost:3306/hawkbit | root | | ✓ | ✓ | -| RabbitMQ | [http://localhost:15672](http://localhost:15672) | guest:guest | | ✓ | ✓ | \ No newline at end of file +| RabbitMQ | [http://localhost:15672](http://localhost:15672) | guest:guest | | ✓ | ✓ |