Expected behaviour
Should pull and save image to machine
Actual behaviour
Error message while using docker pull to pull and save an image to the container
write /mnt/sda1/var/lib/docker/tmp/GetImageBlob506981519: read-only file system
Software/ Hardware information
OSX Yosemite
VirtualBox 5.0.24
Docker 1.12.11 (Homebrew)
Docker-MAchine version 0.8.1, build 41b3b25
Issue description
I’m trying to run docker containers off of a network drive on my home network. I’m able to create a default machine but have to keep chmod 0600 ida_rsa
in order to get ssh on every new default container created.
But the problem really starts when trying to download an image to the machine and upon reaching some % of download getting a
write /mnt/sda1/var/lib/docker/tmp/GetImageBlob506981519: read-only file system
running a demsg
in the machine give me this log file output
I have tried removing and reinstalling but eventually run back into the same problem
I’m new to docker and not as apt with server administration. Is there any solution to this problem???