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

WIP: comment in the Dockerfile.

parent b09d9a5f
No related branches found
No related tags found
No related merge requests found
...@@ -27,10 +27,10 @@ RUN sudo yum update -y && \ ...@@ -27,10 +27,10 @@ RUN sudo yum update -y && \
# If the CVMFS is installed in the host, just mount the corresonding /CVMFS directories # If the CVMFS is installed in the host, just mount the corresonding /CVMFS directories
# $ docker run --privileged --rm -i -t \ # $ docker run --privileged --rm -i -t \
-v /cvmfs/sft.cern.ch:/cvmfs/sft.cern.ch \ # -v /cvmfs/sft.cern.ch:/cvmfs/sft.cern.ch \
-v /cvmfs/cepcsw.ihep.ac.cn:/cvmfs/cepcsw.ihep.ac.cn \ # -v /cvmfs/cepcsw.ihep.ac.cn:/cvmfs/cepcsw.ihep.ac.cn \
-v /cvmfs/container.ihep.ac.cn:/cvmfs/container.ihep.ac.cn \ # -v /cvmfs/container.ihep.ac.cn:/cvmfs/container.ihep.ac.cn \
cepc/cepcsw /bin/bash # cepc/cepcsw /bin/bash
# Inside the Docker container, we could start the Singularity provided by IHEP # Inside the Docker container, we could start the Singularity provided by IHEP
# $ export SINGULARITY_BINDPATH=/cvmfs # $ export SINGULARITY_BINDPATH=/cvmfs
# $ singularity shell /cvmfs/container.ihep.ac.cn/singularity/image/SL69/sl69worknode20200729.sif # $ singularity shell /cvmfs/container.ihep.ac.cn/singularity/image/SL69/sl69worknode20200729.sif
......
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