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

Cleaning up the VM


Before we package up the virtual machine into a Vagrant base box, let's clean up some of the files we used. We made use of the tmp folder, so let's empty this. We should also clean up our package manager's cache, as this uses additional space when the base box is packaged:

rm –rf /tmp/*
sudo apt-get clean