Hi, I have a Vagrant VM that I use as my local docker daemon and registry. To "cache" some of the docker base images I am using regularly, I created a VM, built the base images on it, now I want to package it and use it as the base box for day to day work.
But unfortunately, some of the docker images are vanishing in the vagrant package process. - 'docker images' before package: lists about 25 images - vagrant package --base .... - vagrant up other-vm-that-has-this-local-base-box - 'docker images' lists at least 5 images less This could of course have something to do with the way my docker is set up. I just wanted to check here if there might be a reason why some files are vanishing as part of package --base? '/var/lib/docker/...' also has different contents before and after, e.g. the /graphs directory has less entries after than before. Thanks a lot, Birgitta -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list. GitHub Issues: https://github.com/mitchellh/vagrant/issues IRC: #vagrant on Freenode --- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/67d7e35c-df69-4f39-bdc4-f2d2de3cdee7%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
