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
0714ed12
Commit
0714ed12
authored
1 year ago
by
Martin Schroschk
Browse files
Options
Downloads
Patches
Plain Diff
Fix according to Danny
parent
e1a87642
No related branches found
No related tags found
2 merge requests
!938
Automated merge from preview to main
,
!936
Update to Five-Cluster-Operation
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc.zih.tu-dresden.de/docs/software/containers.md
+7
-4
7 additions, 4 deletions
doc.zih.tu-dresden.de/docs/software/containers.md
with
7 additions
and
4 deletions
doc.zih.tu-dresden.de/docs/software/containers.md
+
7
−
4
View file @
0714ed12
...
@@ -351,9 +351,12 @@ One common use-case for containers is that you need an operating system with a n
...
@@ -351,9 +351,12 @@ One common use-case for containers is that you need an operating system with a n
[glibc](https://www.gnu.org/software/libc/) version than what is available on ZIH systems. E.g., the
[glibc](https://www.gnu.org/software/libc/) version than what is available on ZIH systems. E.g., the
bullx Linux on ZIH systems used to be based on RHEL 6 having a rather dated glibc version 2.12, some
bullx Linux on ZIH systems used to be based on RHEL 6 having a rather dated glibc version 2.12, some
binary-distributed applications didn't work on that anymore. You can use one of our pre-made CentOS
binary-distributed applications didn't work on that anymore. You can use one of our pre-made CentOS
7 container images (`
/data/horse/singularity/centos7.img
`) to circumvent this problem. Example:
7 container images (`
/data/horse/lustre/scratch2/singularity/centos7.img
`) to circumvent this
problem.
```console
!!! example
marie@compute$ singularity exec /data/horse/singularity/centos7.img ldd --version
ldd (GNU libc) 2.17
```console
marie@compute$ singularity exec /data/horse/lustre/scratch2/singularity/centos7.img ldd --version
ldd (GNU libc) 2.17
``
`
``
`
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