You can't help but know about such an awesome Docker visualization tool!
藏色散人
Release: 2021-12-20 11:39:05
forward
2213 people have browsed it
docker tutorialcolumn introduces you to an awesome Docker visualization tool. I hope it will be helpful to friends who need it!
Introducing an awesome Docker visualization tool
Friends who learn back-end must learn it One of the latest technologies is Docker, which is extremely convenient for deploying projects and environments! In the past, I used docker simply and crudely, just go to the command line, whatdocker ps,docker images...
, but today I accidentally saw something , a visualization tool for Docker!
Let’s introduce today’s protagonist:Portainer
## Introduction to Portainer
Official document: https://documentation.portainer.io/
Portainer is a visual graphical management tool for container images. Portainer can be used to easily build, manage and maintain Docker environment. And it’s completely free. Based on the containerized installation method, it is very simple and convenient to install! The simple understanding is:
Docker operations that were originally based on the command line can now basically be done with just a click of the mouse on the web page!
Install Portainer
Installing Portainer requires us to open the command line terminal and your Docker has been started In this case, perform the following operations. In fact, it is the same as using Docker.
docker search Portaine
Copy after login
After that, download the first [Related recommendation:
Afterwards, Ps check whether it is started properly
Witness Miracle
Open the browser and enter the address: localhost:9000
The appearance of this page means that you have been deployed successfully!
Enter two identical passwords to register, then click
Create User
Connect
and then the miracle will happen!
Homepage
The above is the detailed content of You can't help but know about such an awesome Docker visualization tool!. For more information, please follow other related articles on the PHP Chinese website!
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn