Hi Alvaro, I THINK I used the right VM - there was actually no other VM available at the time with the same/similar setup. But I could try again and really make sure.
And when I run 'vagrant package', the VM was running at the time. It looked like the command was shutting it down for the package, so I thought it was fine. Are you suggesting I try and halt it myself, then package, see if it makes a difference? Thanks, Birgitta On Thu, Jan 21, 2016 at 10:44 AM, Alvaro Miranda Aguilera <[email protected] > wrote: > Hello. > > if you run: > > VBoxManage list vms > > Are you using the correct VM? > > and just to confirm, you are running this command with the VM powered on > or off? > > Thanks > Alvaro. > > > > On Thu, Jan 21, 2016 at 12:03 AM, <[email protected]> wrote: > >> 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 >> <https://groups.google.com/d/msgid/vagrant-up/67d7e35c-df69-4f39-bdc4-f2d2de3cdee7%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> For more options, visit https://groups.google.com/d/optout. >> > > -- > 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 a topic in the > Google Groups "Vagrant" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/vagrant-up/7BUMD5iD0Cc/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/vagrant-up/CAHqq0ez%2BkcnZW1_18Aieb5T9xaK-hHjmn2fLRGKybtu9z5snSw%40mail.gmail.com > <https://groups.google.com/d/msgid/vagrant-up/CAHqq0ez%2BkcnZW1_18Aieb5T9xaK-hHjmn2fLRGKybtu9z5snSw%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- 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/CAN78woatZiaLRoo3XBM7E1i3oEEQMf%2BQq%2B5KONPSv_E9ped5ug%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
