You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 17, 2021. It is now read-only.
A great/easy solution for users would make use of Docker volumes for the CVMFS cache. To be able to share volumes among containers (and thereby document a single command to invoke containers from images) we should explore the use of an alien cache. Going by memory, the command would then look something like
docker run -it --privileged -v cvmfs:/var/cache/cvmfs -v /Users:/Users ligo/shell
where cvmfs is the reusable volume stored on the user's workstation.
A great/easy solution for users would make use of Docker volumes for the CVMFS cache. To be able to share volumes among containers (and thereby document a single command to invoke containers from images) we should explore the use of an alien cache. Going by memory, the command would then look something like
docker run -it --privileged -v cvmfs:/var/cache/cvmfs -v /Users:/Users ligo/shellwhere
cvmfsis the reusable volume stored on the user's workstation.