Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Lukasz Szustak
docs.it4i.cz
Commits
84d12777
Commit
84d12777
authored
Feb 16, 2017
by
David Hrbáč
Browse files
Use codehilite console
parent
3cb4f28e
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs.it4i/software/singularity.md
View file @
84d12777
...
...
@@ -11,7 +11,7 @@ Singularity also allows you to leverage the resources of whatever host you are o
Singularity can import, bootstrap, and even run Docker images directly from
[
Docker Hub
](
https://hub.docker.com/
)
. You can easily run RHEL7 like this:
```
bash
```
console
[hrb33@r33u01n865 ~]$
cat
/etc/redhat-release
CentOS release 6.7 (Final)
[hrb33@r33u01n865 ~]$
ml Singularity
...
...
@@ -29,7 +29,7 @@ CentOS Linux release 7.3.1611 (Core)
## Creating Own Image from Docker Image
```
bash
```
console
hrb33@hrb33-toshiba:/$
cd
/tmp/
hrb33@hrb33-toshiba:/tmp$
sudo
singularity create /tmp/c7.img
[sudo] password for hrb33:
...
...
@@ -65,7 +65,7 @@ total size is 805,306,399 speedup is 1.00
Accessing /HOME and /SCRATCH Within Container
```
bash
```
console
hrb33@hrb33-toshiba:/tmp$
ssh hrb33@login4.salomon
_____ _
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment