Creating Development Environments with Vagrant(Second Edition)
上QQ阅读APP看书,第一时间看更新

Chapter 2. Managing Vagrant Boxes and Projects

In this chapter, we will learn the basics of using Vagrant. We will take a look at initializing projects, importing base boxes to be used as our operating system, and controlling the virtual machine by powering on and off, suspending and resuming, and connecting to the box. Finally, we will also learn how to configure some of the key integration points between our own machine and our Vagrant-controlled virtual machine, including:

  • Port forwarding
  • Folder mapping
  • Networking