Docker图形化管理工具Portainer

安装参考

https://github.com/portainer/portainer
https://documentation.portainer.io/quickstart/
https://documentation.portainer.io/v2.0/deploy/ceinstalldocker/

Linux 主机安装示例如下:

[root@localhost ~]# docker volume create portainer_data
portainer_data
[root@localhost ~]# 
[root@localhost ~]# 
[root@localhost ~]# docker run -d -p 8000:8000 -p 9000:9000 --name=portainer --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data portainer/portainer-ce
Unable to find image 'portainer/portainer-ce:latest' locally
latest: Pulling from portainer/portainer-ce
94cfa856b2b1: Pull complete 
49d59ee0881a: Pull complete 
3fc1bc38fb56: Pull complete 
Digest: sha256:f133bfdd9646f48a8ddb54b9555070f628caa530924045eeff8144a32de2dcc7
Status: Downloaded newer image for portainer/portainer-ce:latest
f4bf3f5fe82d1e15aff223752b10b987f298ebdea5a987c6303d38dc6c4079d3

安装完成后, 访问9000端口, 第一次登录会让你配置用户名/密码, 之后选择Docker–> Local.

使用界面如下:

Tags:

           

No comments

Comments feed for this article

Reply

Your email address will not be published. Required fields are marked *