5

【笔记】Docker部署Portainer

 1 year ago
source link: https://blog.loli.fj.cn/2023/05/08/Docker%E9%83%A8%E7%BD%B2Portainer/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

【笔记】Docker部署Portainer

2023-05-08

Docker部署Portainer可视化Docker管理器

部署Portainer

/var/run/docker.sock:指定Docker运行时环境
/root/portainer/data:指定portainer文件存储路径

docker run -p 9000:9000 -p 8000:8000 --name portainer \
--restart=always \
-v /var/run/docker.sock:/var/run/docker.sock \
-v /root/portainer/data:/data \
-d portainer/portainer

知乎——macrozheng


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK