Skip to content

A Packer config and setup scripts for building a Vagrant Ubuntu18.04 box

License

Notifications You must be signed in to change notification settings

RG1BB5/vagrant-ubuntu18.04-box

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vagrant-ubuntu18.04-box

A Packer config and setup scripts for building a Vagrant Ubuntu18.04 box

Install requirements

To build the vagrant box file

packer build packer_ubuntu18_04.json

To add the local box file to vagrant

vagrant box add ubuntu18_04 build/ubuntu18_04.box

Alternatively

You can use vagrant cloud to install the latest version without having to build the box file manually, all you have to do is add the following line to your Vagrantfile.

config.vm.box = "RG1BB5/ubuntu18_04"

Or you can initialiaze it using the Vagrant init command.

vagrant init RG1BB5/ubuntu18_04 --box-version 0.0.1

To remove the box from vagrant

vagrant box remove ubuntu18_04

Example Vagrantfile can be found in the example directory.

About

A Packer config and setup scripts for building a Vagrant Ubuntu18.04 box

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages