mirror of
https://github.com/foo-dogsquared/wiki.git
synced 2025-01-30 22:57:59 +00:00
b088086b06
Now, it's all under the notebook umbrella. Seems to be appropriate as it is just my notes after all. I also updated some notes from there. I didn't keep track of what it is this time. Something about more learning notes extracted from my "Learning how to learn" course notes and then some. Lack of time and hurriness just makes it difficult to track but it should be under version control already.
869 B
869 B
Vagrant
- automating virtual machine workflows with plain-text files
- can talk to different VM providers — e.g., Virtualbox, KVM
- almost similar to Docker that is provides isolation and virtualization but it can support more use cases with the operating system configurations
- similarly, it also has a public catalog of images (or boxes)
- the directory where the Vagrantfile is set will be mounted on
/vagrant
on the VM by default - plugins are available extending support for several providers such as libvirt
- you can further customize the box to your specific needs by creating provisions