当前位置: 首页 > 工具软件 > Portainer > 使用案例 >

portainer MySQL_portainer

董意蕴
2023-12-01

portainer:

https://portainer.readthedocs.io/en/latest/deployment.html

只在miji0qamdnvkrinj009qa77yy  上运行portainer:

docker service create \

--name portainer \

--publish 9000:9000 \

--constraint 'node.id == miji0qamdnvkrinj009qa77yy' \

--mount type=bind,src=//var/run/docker.sock,dst=/var/run/docker.sock \

--mount type=bind,src=/data/portainer/data,dst=/data \

docker.ifeng.com/portainer/portainer \

-H unix:///var/run/docker.sock

其他约束用法:

--constraint 'node.id == asdfasdfadf'

--constraint 'node.role != manager'

--constraint 'node.hostname == node-1'

--constraint 'node.labels.type == database'

--------------------------------------------------

 类似资料:

相关阅读

相关文章

相关问答