Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 757 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 757 Bytes

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