swarm
指定副本数,服务运行节点数
–replicas 3
docker service update
更新docker service
–update-delay 设置延迟时间
–update-parallelism 并行更新数
–update-failure-action 失败后行为
–update-max-failure-ratio 失败比例
–update-monitor 更新监控时间
–rollback 回滚
swarm
指定副本数,服务运行节点数
–replicas 3
docker service update
更新docker service
–update-delay 设置延迟时间
–update-parallelism 并行更新数
–update-failure-action 失败后行为
–update-max-failure-ratio 失败比例
–update-monitor 更新监控时间
–rollback 回滚
portainer 持久化
数据文件夹
/home/portainer/data
1 | volumes: |
1 | docker run -d --name nginx \ |
简化版:
1 | docker run -d --name nginx -p 80:80 daocloud.io/library/nginx:latest |
Ghost 是基于 Node.js 的开源博客平台,目的是为了给用户提供一种更加纯粹的内容写作与发布平台。
1 | docker run -d -name ghost -p 80:2368 -v /root/ghost/data:/var/lib/ghost/content ghost |
1 | docker run -d \ #创建一个后台运行容器,并返回容器ID |
1 | version: "3" |
1 | version: "3" |
1 | version: '3.4' |
1 | # 删除所有 Docker 镜像 |
1 | curl -sSL https://get.daocloud.io/daotools/set_mirror.sh | sh -s http://b18c7aa2.m.daocloud.io |
1 | curl -sSL https://get.daocloud.io/daotools/set_mirror.sh | sh -s https://zf0ry6xq.mirror.aliyuncs.com |
1 | docker info |
1 | systemctl restart docker |
或
1 | service docker restart |
系统:CentOS系统
脚本方式:
1 | curl -fsSL https://get.docker.com/ | sh |
可选用阿里镜像站点安装:参考 https://yq.aliyun.com/articles/110806
1 | curl -fsSL https://get.docker.com | bash -s docker --mirror Aliyun |
1 | service docker start |
1 | docker ps |
Update your browser to view this website correctly. Update my browser now