Book Image

Creating Development Environments with Vagrant

By : MICHAEL KEITH PEACOCK
Book Image

Creating Development Environments with Vagrant

By: MICHAEL KEITH PEACOCK

Overview of this book

Table of Contents (17 chapters)
Creating Development Environments with Vagrant Second Edition
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Export


Finally, we use Vagrant's package subcommand on the host machine (not the guest) to package up the box:

vagrant package --base vagrant-ubuntu-raring

The complete details of the package subcommand are available on the Vagrant website (http://docs.vagrantup.com/v2/cli/package.html).