How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "nrgxnat/xnatstack-ubuntu1404-docker"
end
vagrant init nrgxnat/xnatstack-ubuntu1404-docker
vagrant up
This version was created about 8 years ago.
This is based on the box-cutter/ubuntu1404-docker box and extends it to install and configure the prerequisites for running the XNAT medical imaging informatics service. These include:
This box makes it easier to build and provision Vagrant instances running XNAT by reducing the amount of time required to prepare the new VM to run XNAT.
You can find the scripts used to build this box on the xnatstack git repo on bitbucket.org.
This version was created about 8 years ago.
This is based on the box-cutter/ubuntu1404-docker box and extends it to install and configure the prerequisites for running the XNAT medical imaging informatics service. These include:
This box makes it easier to build and provision Vagrant instances running XNAT by reducing the amount of time required to prepare the new VM to run XNAT.