docker management tool

Portainer is a graphical management tool for Docker , providing status display panel, rapid deployment of application templates, basic operations of container image network data volumes (including uploading and downloading images, creating containers, etc.), event log display, container console operations, and Swarm clusters and services such as centralized management and operation, login user management and control and other functions. The functions are very comprehensive and can basically meet all the needs of small and medium-sized units for container management.

docker sweater portainer/portainer

Start the container and map the port in the container to the host

docker run -d -p 9000:9000 \ --restart=always \ -v /var/run/docker.sock:/var/run/docker.sock \ --name prtainer-test \ portainer/portainer

Access http://192.168.0.120:9000 through http://IP: port. For the first time, you need to set a password for the admin account (the new version 1.16.5 is for creating a user).

After setting the password, it will automatically jump to the login interface, and use the password to log in. The interface is as follows:

 

 

 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325079874&siteId=291194637