In vagrant, box is a reusable OS.When we create custom image, we are creating boxes.
Search for boxes:
https://app.vagrantup.com/browse/search
When you run vagrant init, it will create a vagrant file, this is the file where we keep all the configurations related to a machine.
To list all boxes downloaded
vagrant box list
Search for boxes:
https://app.vagrantup.com/browse/search
When you run vagrant init, it will create a vagrant file, this is the file where we keep all the configurations related to a machine.
To list all boxes downloaded
vagrant box list
No comments:
Post a Comment