This commit is contained in:
Andy 2019-06-14 23:12:12 +02:00
parent 34390002c6
commit 8128a33d54
Signed by: arno
GPG Key ID: 9076D5E6B31AE99C

View File

@ -34,10 +34,10 @@ docker swarm init
docker service create \
--name test1 \
--mount type=bind,src=/tmp,dst=/usr/share/nginx/html \
--detach healtcheck-test
--detach healthcheck-test
```
### Watching the healtcheck
### Watching the health check
```
docker ps |grep test1