前置:
管理docker容器的工具
Portainer: Container Management Software for Kubernetes and Docker
https://docs.portainer.io/v/ce-2.9/start/install/server/docker/linux
官网安装教程
Install Portainer CE with Docker on Linux - Portainer Documentation
1.下载
先拉取镜像
docker pull portainer/portainer
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
启动连接
ip:9000
登陆后