Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
hpc-compendium
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ZIH
hpcsupport
hpc-compendium
Commits
f4f5d695
Commit
f4f5d695
authored
3 years ago
by
Jan Frenzel
Committed by
Danny Marc Rotscher
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Apply 1 suggestion(s) to 1 file(s)
parent
81178999
No related branches found
Branches containing commit
No related tags found
2 merge requests
!542
Automated merge from preview to main
,
!533
Rotscher tu dresden.de preview patch 54625
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc.zih.tu-dresden.de/docs/software/containers.md
+3
-2
3 additions, 2 deletions
doc.zih.tu-dresden.de/docs/software/containers.md
with
3 additions
and
2 deletions
doc.zih.tu-dresden.de/docs/software/containers.md
+
3
−
2
View file @
f4f5d695
...
@@ -105,10 +105,11 @@ You can create a new custom container on your workstation, if you have root righ
...
@@ -105,10 +105,11 @@ You can create a new custom container on your workstation, if you have root righ
which is different to the x86 architecture in common computers/laptops. For that you can use
which is different to the x86 architecture in common computers/laptops. For that you can use
the [VM Tools](singularity_power9.md).
the [VM Tools](singularity_power9.md).
Creating a container is done by writing a
**definition file**
and passing it to
Creating a container is done by writing a definition file, such as
`myDefinition.def`
, and passing
it to
`singularity`
via
```
console
```
console
marie@local$
singularity build myContainer.sif
<
myDefinition.def
>
marie@local$
singularity build myContainer.sif myDefinition.def
```
```
A definition file contains a bootstrap
A definition file contains a bootstrap
...
...
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