Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 273 Bytes

10_portainer.md

File metadata and controls

10 lines (10 loc) · 273 Bytes

Portainer

  • 安装并启动
docker run -d -p 9443:9443 \
              --name Portainer \
              --restart=always \
              -v /var/run/docker.sock:/var/run/docker.sock \
              -v /home/portainer/data:/data portainer/portainer-ce:latest