Skip to content

Instantly share code, notes, and snippets.

@Juravenator
Created May 26, 2021 17:44
Show Gist options
  • Save Juravenator/9da6d4c37e9ceb361ca23861a413e3b9 to your computer and use it in GitHub Desktop.
Save Juravenator/9da6d4c37e9ceb361ca23861a413e3b9 to your computer and use it in GitHub Desktop.
DUNE CVMFS mount using docker
# CVMFS_REPOSITORIES is comma delimited, specify all '/cvmfs/<repository_name>' paths that you want mounted
# for default values, see /etc/cvmfs/default.local on an lxplus host
# can run outside the CERN network
# this is a readonly mount
docker run -d --rm --env CVMFS_CLIENT_PROFILE=single --env CVMFS_REPOSITORIES=dune.opensciencegrid.org --cap-add SYS_ADMIN --device /dev/fuse --volume /cvmfs:/cvmfs:shared cvmfs/service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment