How to use Docker UI
This article mainly shows you "how to use Docker UI", the content is simple and easy to understand, organized clearly, I hope to help you solve doubts, let Xiaobian lead you to study and learn "how to use Docker UI" this article bar.
Docker provides a platform to package, distribute, share, and run applications as containers, and it has saved thousands of system administrators and developers by saving time. Docker doesn't care what operating system runs on the host, it has no development language, framework, or packaging system limitations, and can run anywhere, anytime, from small computers to high-end servers.
Advantages of Docker UI
Supports container management
Support mirror management
Based on the docker api, it is itself a container.
high stability
Can dynamically display the relationship diagram between containers
Container management, add port mapping, add system variables, mapping directory, etc.
Disadvantages of Docker UI
No login verification
Unable to assign a container to a user
Multiple hosts are not supported.
Cluster swarm is not supported.
less functional
Console commands are not supported
Docker UI installation configuration
Search Docker UI images
docker search ui-for-docker
download mirror
docker pull uifd/ui-for-docker
Start Docker UI container
docker run -it -d --name docker-web -p 9000:9000 \-v /var/run/docker.sock:/var/run/docker.sock docker.io/uifd/ui-for-docker
Note: You need to mount the file/var/run/docker.sock, which is the Unix domain socket that Docker daemons listen to by default, and through which processes in the container can communicate with Docker daemons.
Access Docker UI, port: 9000
That's all for "How to use Docker UI", thank you for reading! I believe that everyone has a certain understanding, hope to share the content to help everyone, if you still want to learn more knowledge, welcome to pay attention to the industry information channel!