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

Chapter 9. HashiCorp Atlas

HashiCorp Atlas (https://atlas.hashicorp.com), formerly Vagrant Cloud, is a suite of online services provided by HashiCorp (the commercial company behind Vagrant), which adds additional capabilities to Vagrant and brings together many of their open source components. Primarily, Atlas supports two features:

  • Vagrant Share: The ability to share access to your Vagrant environment and to allow others to remotely connect to it

  • Vagrant box discovery and sharing: The ability to share Vagrant boxes with others, hosting the metadata for boxes, their versions, and facilitating box updates

These features are available free of charge, though paying customers can gain access to additional functionality, including the following:

  • Custom and static domain names for Vagrant Share

  • Private boxes that can be shared with specific teams privately

  • Box hosting: Vagrant Cloud will actually store the box file on their platform as well as the metadata

  • Support for Windows and Mac Vagrant boxes

  • Granular...