From 2f502d90d65bd4c9cbd4182180268908f3649670 Mon Sep 17 00:00:00 2001 From: lintao <lintao51@gmail.com> Date: Mon, 31 Aug 2020 14:07:57 +0800 Subject: [PATCH] WIP: comment in the Dockerfile. --- Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index c7ae687d..47e0aa8a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,10 +27,10 @@ RUN sudo yum update -y && \ # If the CVMFS is installed in the host, just mount the corresonding /CVMFS directories # $ docker run --privileged --rm -i -t \ - -v /cvmfs/sft.cern.ch:/cvmfs/sft.cern.ch \ - -v /cvmfs/cepcsw.ihep.ac.cn:/cvmfs/cepcsw.ihep.ac.cn \ - -v /cvmfs/container.ihep.ac.cn:/cvmfs/container.ihep.ac.cn \ - cepc/cepcsw /bin/bash +# -v /cvmfs/sft.cern.ch:/cvmfs/sft.cern.ch \ +# -v /cvmfs/cepcsw.ihep.ac.cn:/cvmfs/cepcsw.ihep.ac.cn \ +# -v /cvmfs/container.ihep.ac.cn:/cvmfs/container.ihep.ac.cn \ +# cepc/cepcsw /bin/bash # Inside the Docker container, we could start the Singularity provided by IHEP # $ export SINGULARITY_BINDPATH=/cvmfs # $ singularity shell /cvmfs/container.ihep.ac.cn/singularity/image/SL69/sl69worknode20200729.sif -- GitLab