How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "nrgxnat/xnatstack-ubuntu2004"
config.vm.box_version = "1.0.0"
end
vagrant init nrgxnat/xnatstack-ubuntu2004 \
--box-version 1.0.0
vagrant up
This version was created 13 days ago.
The XNAT application stack on Ubuntu 20.04.
Note that this stack includes PostgreSQL 12, which requires XNAT 1.8.0 or later. This box will not work with earlier versions of XNAT!
Built from tag ubuntu-2004-1.0.0 on https://bitbucket.org/xnatdev/xnatstack.