/packer-boxes

Primary LanguageShellMIT LicenseMIT

Vagrant Boxes

Supported Boxes and Respective Packer Template Links

Overview

Quick Start

Once you have Vagrant and VirtaulBox installed, run the following commands under your project directory:

# Initialize Vagrant
vagrant init hbasria/ubuntu-20.04-server

# Start the virtual machine
vagrant up

# SSH into this machine
vagrant ssh

# Terminate the virtual machine
vagrant destroy --force

Versioning

License