Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 350 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 350 Bytes

XNAT build

# Download pre-requisite files
$ make

# Build all images
$ packer build .

# Build an individual image
$ packer build -only docker.xnat-web .

# Build all docker images
$ packer build -only docker.* .

# Build the xnat-web docker image with an overridden uid
$ packer build -var "run_as_uid=997" -only docker.xnat-web .