소스 검색

remove some incorrect bash symbols

Signed-off-by: lixiaobing10051267 <li.xiaobing1@zte.com.cn>
lixiaobing10051267 8 년 전
부모
커밋
2d1d4684f0
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      docs/userguide/networking/get-started-overlay.md
  2. 1 1
      docs/userguide/networking/index.md

+ 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
 # Create an nginx service and extend the my-multi-host-network to nodes where
 # the service's tasks run.
 # 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
 716thylsndqma81j6kkkb5aus
 ```
 ```

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

@@ -428,7 +428,7 @@ $ docker network create \
 
 
 # Create an nginx service and extend the my-multi-host-network to nodes where
 # Create an nginx service and extend the my-multi-host-network to nodes where
 # the service's tasks run.
 # 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
 716thylsndqma81j6kkkb5aus
 ```
 ```