Fix docker command

Signed-off-by: Jeroen Laverman jeroen.laverman@bosch-si.com
This commit is contained in:
Jeroen Laverman
2018-10-16 09:47:35 +02:00
committed by GitHub
parent 73e36775e3
commit 1f542f77a7

View File

@@ -55,7 +55,7 @@ Start the hawkBit Update Server and Device Simulator together with an MySQL and
```bash ```bash
$ git clone https://github.com/eclipse/hawkbit.git $ git clone https://github.com/eclipse/hawkbit.git
$ cd hawkbit/hawkbit-runtime/docker $ cd hawkbit/hawkbit-runtime/docker
$ docker stack init $ docker swarm init
$ docker stack deploy -c docker-compose-stack.yml hawkbit $ docker stack deploy -c docker-compose-stack.yml hawkbit
``` ```