Portainer
Usage
# https://docs.portainer.io/start/install/server/docker/linux
# PORT: 9000
docker pull portainer/portainer-ce
docker run --detach=true \
--name=portainer \
--publish=8000:8000 \
--publish=9000:9000 \
--restart unless-stopped \
--volume=/var/run/docker.sock:/var/run/docker.sock \
--volume=$PWD/data/:/data/ \
portainer/portainer-ce
标签:run,Portainer,--,9000,portainer,docker
From: https://www.cnblogs.com/newhappy98/p/16831194.html