typo
This commit is contained in:
parent
34390002c6
commit
8128a33d54
@ -34,10 +34,10 @@ docker swarm init
|
|||||||
docker service create \
|
docker service create \
|
||||||
--name test1 \
|
--name test1 \
|
||||||
--mount type=bind,src=/tmp,dst=/usr/share/nginx/html \
|
--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
|
docker ps |grep test1
|
||||||
|
Loading…
Reference in New Issue
Block a user