indigo-dc / udocker

A basic user tool to execute simple docker containers in batch or interactive systems without root privileges.
https://indigo-dc.github.io/udocker/
Apache License 2.0
1.33k stars 133 forks source link

Storing containers/images in different path #357

Closed matq007 closed 2 years ago

matq007 commented 2 years ago

Hi, is it possible to customize udocker's config to store the images/containers in different folder than home directory? Some HPC systems are set with a limited space on home folder making it cumbersome to store many multiple containers. Thank you :)

mariojmdavid commented 2 years ago

hi, yes check in the installation manual the setting of environment variables, to install or have the images and containers in custom dirs https://indigo-dc.github.io/udocker/installation_manual.html#5-environment-variables

matq007 commented 2 years ago

Perfect, totally missed it. Thank you very much 🙂