Book Image

Vagrant Virtual Development Environment Cookbook

Book Image

Vagrant Virtual Development Environment Cookbook

Overview of this book

Table of Contents (17 chapters)
Vagrant Virtual Development Environment Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Sharing local machines with HashiCorp Atlas


One of the reasons that we might use cloud providers is due to their ability to share Vagrant resources with outside users (either at the machine (SSH) level, or even to simply demonstrate progress on web applications). HashiCorp has launched its Atlas project to support the use of Vagrant (along with other HashiCorp tooling) to develop and deploy infrastructure. Atlas supports several features that are useful for Vagrant users. These include:

  • A repository of Vagrant boxes that can be downloaded for use for a number of providers

  • Sharing features that allow Vagrant users to share HTTP services between Vagrant machines

  • Sharing features that allow Vagrant users to access remote Vagrant machines with the SSH protocol

    Note

    The features supported by Atlas and the prior Vagrant Cloud product require a version of Vagrant later than version 1.6. Versions prior to 1.7 will also likely yield messages that refer to Vagrant Cloud rather than Atlas. In any case,...