1
0
mirror of https://github.com/newnius/YAO-docs.git synced 2024-07-06 05:15:18 +00:00
YAO-docs/sbin/start_scheduler.sh
2019-12-04 20:29:53 +08:00

12 lines
298 B
Bash
Executable File

#!/bin/bash
docker service create \
--name yao-scheduler \
--hostname yao-scheduler \
--constraint node.role==manager \
--network yao-net \
--replicas 1 \
--detach=true \
--mount type=bind,source=/etc/localtime,target=/etc/localtime,readonly \
quickdeploy/yao-scheduler:dev sleep infinity