标签:search port res arc http war time arm localtime
docker search portainer
docker pull portainer/portainer
docker run -it --name prtainer -p 9000:9000 --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v /etc/localtime:/etc/localtime:ro -d portainer/portainer
web登录
http://ip:9000
集群管理-安装Swarm
标签:search port res arc http war time arm localtime
原文地址:https://www.cnblogs.com/kylingx/p/12040676.html