On 03/17/2015 11:44 AM, Ryan Brown wrote:
Any Vagrant wizards around? I'd like to figure out how to mount a directory on my local host as /var/lib/docker for the Atomic Vagrant boxen - so users don't have to worry about other ways of expanding the storage to putter around with Atomic and running containers.
Mounting the directory works fine, but I get errors around missing files/directories when trying to pull a docker image. It may be what I'm wanting to do is overly complex, but thought I'd see if anybody had suggestions...
It's likely something to do with how vagrant is mounting the folder. What provider are you using? The standard `synced_folder` has a couple different backends (NFS, smb, etc) so it may be specific to certain providers.
Using rsync.
I'll circle back to this later, but if anybody else has ideas, feel free to share.
Best,
jzb