Преглед изворни кода

remove some incorrect bash symbols

Signed-off-by: lixiaobing10051267 <li.xiaobing1@zte.com.cn>
(cherry picked from commit 2d1d4684f0fc752aae7e41af03a0f1589f11ee00)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
lixiaobing10051267 пре 8 година
родитељ
комит
bc97dc1e50

+ 1 - 1
docs/userguide/networking/get-started-overlay.md

@@ -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
 ```

+ 1 - 1
docs/userguide/networking/index.md

@@ -426,7 +426,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
 ```