ps -aux | grep -v grep | grep docker-proxy The second column is the process number
Stop the doker process, delete all containers, then delete the file local-kv.db, and then start docker.
sudo service docker stop
docker rm $(docker ps -aq)
sudo rm /var/lib/docker/network/files/local-kv.db
sudo service docker start
But the docker of the entire machine will stop and some parts need to be started manually
Similar Posts:
- [Solved] Bind for 0.0.0.0:80 failed: port is already allocated
- [Solved] cannot kill Docker container – permission denied
- Solution of docker error checking TLS connection
- [Solved] Docker Container Start Error: iptables: No chain/target/match by that name
- [Hadoop 2. X] after Hadoop runs for a period of time, stop DFS and other operation failure causes and Solutions
- An error is reported when the docker command is executed in Jenkins
- [How to]docker http: server gave HTTP response to HTTPS client
- Docker compose executes the YML file error [How to Solve]
- How to Solve MYSQL error “no directory, logging in with home = -“
- SSH Error: (ssh: connect to host localhost port 22: Connection refused)