Skip to content
Snippets Groups Projects
Commit 7d66be2b authored by lintao@ihep.ac.cn's avatar lintao@ihep.ac.cn
Browse files

WIP: fixed the missing cvmfs type during mount.

parent 0a03043c
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ RUN if [ "$CVMFSMOD" = "INSIDE" ]; then \
# START Container:
# # docker run --privileged --rm -i -t cepc/cepcsw-cvmfs /bin/bash
# Due to the fuse issue, following commands need to be run inside container when --privileged is specified
# $ mount -t sft.cern.ch /cvmfs/sft.cern.ch
# $ mount -t cvmfs sft.cern.ch /cvmfs/sft.cern.ch
# $ mount -t cvmfs container.ihep.ac.cn /cvmfs/container.ihep.ac.cn
# $ mount -t cvmfs cepcsw.ihep.ac.cn /cvmfs/cepcsw.ihep.ac.cn
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment