Home > other >  Docker - compose to build container error
Docker - compose to build container error

Time:09-20

Use the docker - compose the up - d - force - recreate rebuild container, resulting in the original container is renaming, new container no, again returns the container on the daemon name conflict, but the docker ps - a view using the name of the vessel does not exist
Check the docker daemon logs found that memory allocation failure of error:
Time="2016-11-24 T15:07:51. 639586229 + 08:00" level=error MSG="Clean up the error! Always destroy the container e0257e6a0dbedc0d50baad0855e73a71f15cc6c153b0e029c905c4b04faebc54: nosuchcontainer: No to the container: e0257e6a0dbedc0d50baad0855e73a71f15cc6c153b0e029c905c4b04faebc54
"Time="2016-11-24 T15:07:51. 639622339 + 08:00" level=error MSG="Handler for POST/v1.22/containers/create returned error: open/data/docker/overlay/4517 ac4860e82c0e0b4283a5a08be8618518efc419b05e3c46e42ca92d10703e - init/merged/dev/console: always the allocate memory"

CodePudding user response:

Delete the look up - d again
  • Related