Building Containers
Building containers on the cluster¶
You can create a container within a writable directory (called a
sandbox) using the --sandbox option.
The resulting directory operates just like a container in a SIF file.
To make persistent changes within the sandbox, use the --writable
flag when you invoke your sandboxed container.
You can also use the --writable option to shell into a sif container
file.
Special cases¶
If you have a container that will not build without using the
–-fakeroot option, please send e-mail to vacchelp@uvm.edu and tell
us the circumstances.