Fix command
Signed-off-by: Jeroen Laverman <jeroen.laverman@bosch-si.com>
This commit is contained in:
@@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -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 Update Server | [http://localhost:8080/](http://localhost:8080/) | admin:admin | ✓ | ✓ | ✓ |
|
||||||
| hawkBit Device Simulator | [http://localhost:8083/](http://localhost:8083/) | - | | | ✓ |
|
| hawkBit Device Simulator | [http://localhost:8083/](http://localhost:8083/) | - | | | ✓ |
|
||||||
| MySQL | localhost:3306/hawkbit | root | | ✓ | ✓ |
|
| MySQL | localhost:3306/hawkbit | root | | ✓ | ✓ |
|
||||||
| RabbitMQ | [http://localhost:15672](http://localhost:15672) | guest:guest | | ✓ | ✓ |
|
| RabbitMQ | [http://localhost:15672](http://localhost:15672) | guest:guest | | ✓ | ✓ |
|
||||||
|
|||||||
Reference in New Issue
Block a user