mirror of
https://github.com/newnius/YAO-docs.git
synced 2024-07-06 05:15:18 +00:00
update doc
This commit is contained in:
@@ -2,9 +2,10 @@
|
||||
|
||||
docker service create \
|
||||
--name yao-agent-master \
|
||||
--network yao-net \
|
||||
--hostname yao-agent-master \
|
||||
--constraint node.role==manager \
|
||||
--mode global \
|
||||
--network yao-net \
|
||||
--replicas 1 \
|
||||
--detach=true \
|
||||
--mount type=bind,source=/etc/localtime,target=/etc/localtime,readonly \
|
||||
--mount type=bind,src=/var/run/docker.sock,dst=/var/run/docker.sock \
|
||||
|
||||
Reference in New Issue
Block a user