In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-06 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)05/31 Report--
This article shows you what the Docker web management platform comparison is like, the content is concise and easy to understand, it will definitely brighten your eyes. I hope you can get something through the detailed introduction of this article.
Preface
Recently, for the convenience of command-line allergic testers or developers, I decided to deploy a visual management platform to manage docker. After reinstalling the system more than a dozen times (just virtual machine image clones, of course), I finally chose a favorite management platform.
Deploy the docker environment
To install / upgrade your Docker environment, it is recommended to use Aliyun's image repository to download: mirrors.aliyun.com/help/docker-engine
Or execute the following command:
Curl-sSL http://acs-public-mirror.oss-cn-hangzhou.aliyuncs.com/docker-engine/internet | sh-
In addition, it is recommended to use Aliyun's image acceleration to facilitate later pull images. Apply for a personal unique acceleration address cr.console.aliyun.com/
Use the accelerator by modifying the daemon configuration file / etc/docker/daemon.json:
Sudo mkdir-p / etc/dockersudo tee / etc/docker/daemon.json 2375/tcp shipyard-proxyf10edb7eda1c alpine "sh" 3 minutes ago Up 3 minutes shipyard-certs6411b4226a6f microbox/etcd:latest "/ Bin/etcd-addr 1... "3 minutes ago Up 3 minutes 0.0.0.0 minutes ago Up 4001-> 4001/tcp 0.0.0.0 minutes ago Up 7001-> 7001/tcp shipyard-discoveryeaf008cbebae rethinkdb "rethinkdb-- bind all" 3 minutes ago Up 3 minutes 8080/tcp, 28015/tcp, 29015/tcp shipyard-rethinkdb
If you add nodes, the node machine will automatically run 5 containers, it has to be said that the function is powerful, there is a price.
Interface
Container list
Container details
Container console
Summarize the advantages:
Image management and container management are supported.
Console commands are supported
Container resource consumption monitoring
Cluster swarm is supported, and nodes can be added at will
Support to control user management permissions. You can set read-only and administrative permissions for a container to a user.
There is a Chinese version
Shortcoming
There are many startup containers, which take up part of the resources of each node.
Compatibility is not high, may be my own reasons, often can not open the home page.
Conclusion
Generally speaking, Shipyard is powerful, practical, supports clustering and container permission assignment, and is the best choice for companies. However, considering that it is often unable to open the home page and takes up more resources per server, it is listed as an alternative for the time being.
Portainer
Portainer is a lightweight docker container management platform, which takes up less resources, supports clustering and supports permission allocation.
Deploy docker run-d-p 90009000 portainer/portainer
Deploy Portainer to manage the Swarm cluster, or you can deploy Portainer as a service directly in the Docker cluster.
Docker service create\-- name portainer\-- publish 9000 constraint 'node.role = = manager'\-- mount type=bind,src=//var/run/docker.sock,dst=/var/run/docker.sock\ portainer/portainer\-H unix:///var/run/docker.sock interface
First page
Mirror management
Container monitoring
Console
Container log
Multiple containers can be deployed to expand capacity
Summarize the advantages:
Image management and container management are supported.
Console commands are supported
Container resource consumption monitoring
Support clusters can add nodes at will
Chinese platform
Image download
Container expansion and management
Shortcoming
The management platform cannot be deployed to the local server
Charge for some advanced functions
Because of the closed source and the charge, the team will abandon it for a while, but it is highly recommended for our own testing, because we can easily deploy a powerful management docker platform with the click of a mouse.
The above is what the comparison of Docker's web-side management platforms is like. Have you learned any knowledge or skills? If you want to learn more skills or enrich your knowledge reserve, you are welcome to follow the industry information channel.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.