In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-05 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/01 Report--
This article is about how to uninstall docker. The editor thinks it is very practical, so share it with you as a reference and follow the editor to have a look.
Delete docker, delete cluster and uninstall docker software:
1) Uninstall the components first
Docker service ls or docker stack ls [View component Services]
Docker stack rm component name [uninstall component Services]
Docker service rm service name [uninstall service]
2) Delete the swarm folder
Systectl stop docker stops component services
Docker ps
Rm-rf swarm [delete cluster files]
3) Delete the container
Docker ps [View Container name]
Docker rm-f [force deletion of container name]
4) View docker software
Rpm-qa | grep docker [View installation image]
Rpm-e-nodeps docker xx [force removal of docker installation package]
2. Other common commands:
Docker stack ps-no-trunc container name [can view status and complete failure information]
Docker insepct containerID | group Log [View Log path]
Cat / dev/null > View log path [clear log]
Docker logs-f containerID [post-view log]
Docker exec-it containerID sh [go inside the container and view the container's network information and connectivity test]
Docker inspect containerID [view container details]
Docker rmi Image name [Delete Mirror]
Docker rmi-f image name [force deletion of image]
Docker images [View Image]
Docker tag original image name: original version number new image name: new version number [modify image name and version number]
Docker stack ps service name [View startup status and server]
Docker stack rm service name [uninstall service]
Docker stack deploy-- with-registry-auth-c xx.yml service name [start service]
Docker service ls [view services and the total number of services, number of successful or failed startup]
Docker stack ls [View stack profile]
Sysemctl stop docker [stop docker service]
Systemctl restart docker [restart docker service]
Systemctl start docker [start docker service]
Use docker logs + grep exception
Docker logs containerId | grep exception command to view logs
Thank you for reading! This is the end of the article on "how to uninstall docker". I hope the above content can be of some help to you, so that you can learn more knowledge. if you think the article is good, you can share it out for more people to see!
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.