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

WIP: fixed the typo in the Dockerfile

parent 6856e7dc
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
# To build the docker image: # To build the docker image:
# $ docker build -t cepc/cepcsw . # $ docker build -t cepc/cepcsw .
# Or with CVMFS installed also # Or with CVMFS installed also
# $ docker build -t cepc/cepcsw-cvmfs . --build-args CVMFSMOD=INSIDE # $ docker build -t cepc/cepcsw-cvmfs . --build-arg CVMFSMOD=INSIDE
# #
# To publish it to DockerHub: # To publish it to DockerHub:
# $ docker push cepc/cepcsw # $ docker push cepc/cepcsw
...@@ -44,7 +44,7 @@ RUN if [ "$CVMFSMOD" = "INSIDE" ]; then \ ...@@ -44,7 +44,7 @@ RUN if [ "$CVMFSMOD" = "INSIDE" ]; then \
fi fi
# START Container: # START Container:
# # docker run --privileged --rm -i -t IMAGE /bin/bash # # 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 # 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 sft.cern.ch /cvmfs/sft.cern.ch
# $ mount -t cvmfs container.ihep.ac.cn /cvmfs/container.ihep.ac.cn # $ mount -t cvmfs container.ihep.ac.cn /cvmfs/container.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