docker-archive / migrator

Tool to migrate Docker images from Docker Hub or v1 registry to a v2 registry
Apache License 2.0
160 stars 82 forks source link

Errors pulling when repository of origin is bigger than 100G. #71

Closed anortef closed 8 years ago

anortef commented 8 years ago

Error pulling image (59882a691179728f576b972a8af29f9ec6936196) from $myPrivateV1Repo/image, ApplyLayer exit status 1 stdout: stderr: open /usr/include/openssl/stack.h: read-only file system

This error pops when the machine executing the script reaches 100G of used space by this process.

I tried running the migrator.sh script instead of the docker thinking that maybe I will be able to see something more but to no avail.

anortef commented 8 years ago

Sorry, it was my own foolishness. The docker daemon is configured with loops devices so it can't grow more than 100G for all images and running dockers.