How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "ArtStationLabs/ubuntu-18.04-docker"
config.vm.box_version = "1.1"
end
vagrant init ArtStationLabs/ubuntu-18.04-docker \
--box-version 1.1
vagrant up
This version was created about 5 years ago.
Install ruby using rvm