下载镜像
docker pull portainer/portainer
单机版运行
docker run -d --name portainer -p 9000:9000 --restart=always -v /var/run/docker.sock:/var/run/docker.sock portainer/portainer
访问方式:http://IP:9000
原文地址:https://www.cnblogs.com/aric2016/p/12045255.html
时间: 2024-10-08 10:10:08