Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History

portainer

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

README.md

portainer

一个docker容器管理

Quick start

docker volume create portainer_data
docker run -d -p 9000:9000 --name portainer --restart always -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data portainer/portainer