Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
CEPCSW_OTE_development
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
yudian2002@sjtu.edu.cn
CEPCSW_OTE_development
Commits
0a03043c
Commit
0a03043c
authored
4 years ago
by
lintao@ihep.ac.cn
Browse files
Options
Downloads
Patches
Plain Diff
WIP: fixed the typo in the Dockerfile
parent
6856e7dc
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+2
-2
2 additions, 2 deletions
Dockerfile
with
2 additions
and
2 deletions
Dockerfile
+
2
−
2
View file @
0a03043c
...
@@ -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-arg
s
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment