Build a free open source good Docker panel Portainer

Portainer is a good control panel for Docker containers. Its code repository is here. It supports single node and cluster deployments. Prior to this, I had completely containerized my personal server. If you can visualize the operation and monitoring of various containers, it helps a lot in daily operation and maintenance, and you feel that everything is under control. You can see the effect after building, the interface is still very beautiful. You can quickly pull the mirror image You can visually publish containers and flexibly set environment variables, network, restart policy and other parameters. You can quickly update containers with new mirrors when they are updated. It is also possible to quickly access the Access Container command line and view container logs. Suffice it to say, I … Read more