Home > Operation and Maintenance > Docker > What should I do if the docker container cannot be stopped?

What should I do if the docker container cannot be stopped?

王林
Release: 2020-03-23 18:27:45
Original
2882 people have browsed it

What should I do if the docker container cannot be stopped?

The solution is as follows:

1. Forcefully delete the container

docker rm -f jenkins
Copy after login

2. Clean up the network usage of this container

docker network disconnect --force bridge jenkins
Copy after login

Recommended Tutorial: docker tutorial

The above is the detailed content of What should I do if the docker container cannot be stopped?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this 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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template