This project helps to create Linux VM for System Programming for Linux Containers Training M7D-SPLC02 course
- Checkout repo on your local machine
- Install VirtualBox
brew cask install virtualbox
- Install Vagrant
brew cask install vagrant
vagrant plugin install vagrant-disksize
- Run
make vm
- SSH onto machine
make ssh
- Reload VM with VirtualBox gui to get GRUB.
make get-grub
Note: Once "VirtualBox" logo appears, click the gui and hold shift to get GRUB (VM capturing must be enabled).