1, 拉取镜像 docker pull portainer/portainer
2,运行portainer镜像 docker run -d -p 9002:9000 --restart=always -v /var/run/docker.sock:/var/run/docker.sock --name prtainer portainer/portainer
3, 浏览器输入docker宿主机http://IP:9000
原文地址:https://www.cnblogs.com/gdss/p/12612251.html
时间: 2024-10-08 10:09:16