Merge pull request #26360 from lixiaobing10051267/masterServiceCreate

remove some incorrect bash symbols
Upstream-commit: a8f79e554270084db03a3916a7271b257ab17801
Component: engine
This commit is contained in:
Doug Davis
2016-09-06 23:51:23 -04:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ $ docker network create \
# Create an nginx service and extend the my-multi-host-network to nodes where
# the service's tasks run.
$ $ docker service create --replicas 2 --network my-multi-host-network --name my-web nginx
$ docker service create --replicas 2 --network my-multi-host-network --name my-web nginx
716thylsndqma81j6kkkb5aus
```

View File

@ -428,7 +428,7 @@ $ docker network create \
# Create an nginx service and extend the my-multi-host-network to nodes where
# the service's tasks run.
$ $ docker service create --replicas 2 --network my-multi-host-network --name my-web nginx
$ docker service create --replicas 2 --network my-multi-host-network --name my-web nginx
716thylsndqma81j6kkkb5aus
```