Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
BaseImage
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
EIC
BaseImage
Commits
37052df5
Commit
37052df5
authored
May 16, 2018
by
David Blyth
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated README.md
parent
3316dc73
Pipeline
#576
passed with stages
in 17 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
3 deletions
+9
-3
README.md
README.md
+9
-3
No files found.
README.md
View file @
37052df5
# About
# About
This
repository contains a Dockerfile for building a base container image for a
This
container image is a base container image for a variety of uses in the
variety of uses in the
context of EIC studies at ANL.
context of EIC studies at ANL.
## Key software packages
## Key software packages
*
ProIO
*
ProIO
*
ROOT
*
ROOT
#
Using the image
#
Running a container
## Docker
## Docker
Example:
Example:
```
shell
```
shell
...
@@ -36,6 +36,12 @@ seems that the environment is being negatively affected by the user's
...
@@ -36,6 +36,12 @@ seems that the environment is being negatively affected by the user's
singularity
exec
base.img bash
--norc
singularity
exec
base.img bash
--norc
```
```
# Using the container
The main functionality that this container image provides is the ability to
read and write files that are used in the simulation and reconstruction cycle.
For this purpose, the image includes ProIO (all languages) and ROOT. Try
commands like
`proio-ls`
or
`root`
.
# Building the image
# Building the image
Example:
Example:
```
shell
```
shell
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment