Build a custum Vagrant Box Install Linux in Virtual Box Run sudo without password Create file /etc/sudoers.d/vagrant vagrant ALL=(ALL) NOPASSWD: ALL Build Package $ vagrant package --base <NAME_OF_VM> --output <OUTPUT_BOX_NAME>.box For example: $ vagrant package --base ubuntu_16.10_32 --output ubuntu_16.10_32.box Add custom Vagrant Box to local vagrant repository $ vagrant add box […]
Vagrant
2 posts
Installation Installing VirtualBox Install VirtualBox on Linux Install VirtualBox on Mac OS Install Vagrant Install VirtualBox on Linux Install VirtualBox on Mac OS First Steps Getting vagrant machine up Configure Project Configure Vagrant environment Running X Clients Allow X-Forwarding Check ssh config Run a X client @localhost Setup Vagrant […]