coder-learning-vagrant
@CoderVagrant
Just a coder learning Vagrant. Not associated to HashiCorp. Opinions are my own, reflecting my views at that point in time and can change. Let the coding begin!
Yeah... nah... couldn't stop myself. So... turns out that I had to set it up in .bashrc (don't have .bash_profile in elementary OS) using export VAGRANT_HOME=<path> Also changed the VirtualBox VMs folder (VirtualBox --> Preferences)
Uh... this thing about moving the Vagrant home folder outside Linux's home folder... ain't working so well for me. Gotta take a look at it tomorrow.
And... finally, with the box downloaded... vagrant init theshellland/elementaryos-5.0-juno and vagrant up
OK, minor setback... the vagrant version available OOTB for elementary OS (and perhaps Ubuntu) is a bit old... (2.0.x). Plan B: remove OOTB vagrant, download .deb package and install it (new version 2.2.5)
Generating the Vagrantfile vagrant init theshellland/elementaryos-5.0-juno
Let's try downloading an elementary OS box: vagrant box add theshellland/elementaryos-5.0-juno
Wanna delete a box? vagrant box remove <box> [--provider <provider>]
Repackaging a box sounds interesting... will look it up at a later stage
Wanna know what boxes are available? vagrant box list
The --force flag removes any already existing box with the same name
How to download a box? Not too hard... vagrant box add <base box> --force This command downloads a base box
vagrant init <base box name> <fallback URL>
The URL pointing to the box is called fallback URL
Vagrantfile seems to have references to the Vagrant version, the box to be used and the URL to download that box (if required)
VMs are setup based on a 'base box', specially packaged version of the OS "with some specific configurations in place"
Vagrant configuration, Puppet and Chef manifests are written in Ruby DSL... great... straight into GitHub (once I start writing them)
First question: are providers simply... hypervisors?
Vagrant uses providers (?) to integrate with the third-party virtualisation software, which provides the VMs for our dev environment
United States Trendy
- 1. #WWERaw 28.1K posts
- 2. Cowboys 39K posts
- 3. Koa Peat 2,445 posts
- 4. Logan Paul 5,371 posts
- 5. Bland 7,424 posts
- 6. Cardinals 18.9K posts
- 7. Cuomo 131K posts
- 8. Monday Night Football 12.1K posts
- 9. Marvin Harrison Jr 3,198 posts
- 10. Sam Williams N/A
- 11. Jerry 35.8K posts
- 12. Jake Ferguson 1,346 posts
- 13. Arizona 33.4K posts
- 14. #RawOnNetflix 1,131 posts
- 15. Jacoby Brissett 1,362 posts
- 16. Turpin N/A
- 17. #OlandriaxCFDAAwards 10.4K posts
- 18. Ben Kindel N/A
- 19. Kyler Murray 1,466 posts
- 20. Josh Sweat 1,338 posts
Something went wrong.
Something went wrong.