DockerProblem

Posted BioMarkerInfo

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了DockerProblem相关的知识,希望对你有一定的参考价值。

if you try to run the daemon manually:
sudo /usr/bin/docker daemon

And the error is:
"FATA[0000] Error starting daemon: Error initializing network controller: could not delete the default bridge network: network bridge has active endpoints "

The solution is:
sudo rm -r /var/lib/docker/network

Start again docker daemon:
sudo service docker start

It worked for me. There was a problem with the bridge docker started.

 

sudo docker rmi    (image)

sudo docker rm     (container)

sudo docker save -o **.tar images

sudo docker load -i  **.tar 

 sudo docker run -it --name test_django -v /home/jiss/:/data --rm 127.0.0.1:5000/django bash 

 

以上是关于DockerProblem的主要内容,如果未能解决你的问题,请参考以下文章