Skip to content

Latest commit

 

History

History

ubuntu

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

AcnTech Ubuntu Developer

AcnTech Ubuntu Developer box based on acntech/ubuntu v21.10.0.

Created with Vagrant 2.2.19 and VirtualBox 6.1.30.

Usage

See box on Vagrant Cloud: acntech/ubuntu-developer.

See code on GitHub: acntech/vagrant-developer.

Create a Vagrantfile with the following content inside an empty folder:

Vagrant.configure("2") do |config|
  config.vm.box = "acntech/ubuntu-developer"
end

Start the box by issuing the following command from the command line inside the folder:

vagrant up