Home > other >  Docker export export mirror can't run after the import
Docker export export mirror can't run after the import

Time:10-08

Because the export can directly export container into file format, then import will turn into a mirror, so I thought, I will configure a good container through the export export, and then through the import import, whether it is ok to run this image directly, not need to be configured, the results through the export export containers can not run, run directly words will quote docker: the Error response from the daemon: No command specified. This Error,

CodePudding user response:

If you have a docker docker commint or from other docker inheritance, with docker save export mirror, can't use the export
Export only to save the current docker, leads to the docker lack some inheritance relationship, can not run
Personal understanding, hope to have a great god has confirmed

CodePudding user response:

Bring your original derived using the export command used in image, through the docker ps - no - trunc check your original container command appended to behind you have to start the container

CodePudding user response:

reference 3 floor rex - ran response:
take your original derived using the export command used in image, through the docker ps - no - trunc check your original container command can be appended to the you want to start the container behind

Hello, I am the Lord the problem, but I've destroyed the original server, I can't find the command now, that I had to start

CodePudding user response:

Try docekr commit
Docker save - o
  • Related