From 7d66be2b54fd80b47da1f990a8234da7bef49ade Mon Sep 17 00:00:00 2001 From: Tao Lin <lintao51@gmail.com> Date: Wed, 26 Aug 2020 23:45:10 +0800 Subject: [PATCH] WIP: fixed the missing cvmfs type during mount. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index eb7da170..7397caa3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 -- GitLab