- Hands-On DevOps with Vagrant
- Alex Braunton
- 67字
- 2021-07-16 17:43:49
Vagrantfile
A Vagrantfile is a configuration file that uses the Ruby programming language syntax. It is easy to understand and can be quickly tested by making a change and then running the vagrant up command to see whether the expected results happen. A Vagrantfile can easily be shared and added into version control. It's lightweight and contains everything needed for another user to replicate your virtual environment/application.