hello,

are 2 different commands to generate a file.box

If you do vagrant up and create a new guest, and you want to export this
one, vagrant package is what you are after:

$ vagrant package -h

Usage: vagrant package [options] [name]


Options:


        --base NAME                  Name of a VM in virtualbox to package
as a base box

        --output NAME                Name of the file to output

        --include FILE...            Additional files to package with the
box

        --vagrantfile FILE           Vagrantfile to package with the box

    -h, --help                       Print this help

~ *0*$


Alvaro.

On Sat, Apr 2, 2016 at 10:06 AM, Puiyee Tong <[email protected]> wrote:

> Is it possible to package the mysql database that I have installed in
> Vagrant and all the database data into a package.box file?
>
> --
> 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/c5b7421b-f0e6-4fab-9d5b-e138de2fe856%40googlegroups.com
> <https://groups.google.com/d/msgid/vagrant-up/c5b7421b-f0e6-4fab-9d5b-e138de2fe856%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 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/CAHqq0eyDX%2BXO2ehDtUAgbKvAcT-1Ea%3D%2BkVaT%2BENgzT2V6dc%3D6A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to