Skip to content

Latest commit

 

History

History

xubuntu

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

AcnTech Xubuntu Developer

AcnTech Xubuntu Developer box based on acntech/xubuntu v21.10.0.

Created with Vagrant 2.2.19 and VirtualBox 6.1.30.

Usage

See box on Vagrant Cloud: acntech/xubuntu-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/xubuntu-developer"
end

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

vagrant up