Fix command

Signed-off-by: Jeroen Laverman <jeroen.laverman@bosch-si.com>
This commit is contained in:
Jeroen Laverman
2018-10-05 15:07:45 +02:00
committed by GitHub
parent 086408e8f8
commit 73e36775e3

View File

@@ -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 Start the hawkBit Update Server and Device Simulator together with an MySQL and RabbitMQ instance as services within a swarm
```bash ```bash
$ docker stack init $ docker swarm init
$ docker stack deploy -c docker-compose-stack.yml hawkbit $ docker stack deploy -c docker-compose-stack.yml hawkbit
``` ```