Skip to content

Commit 1e91919

Browse files
committed
the-hubs: add mention of singularity pull
1 parent 759b1eb commit 1e91919

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

05-the-hubs/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ Instead of running this container from Docker Hub, we could also just copy it to
1515
$ sudo singularity build lolcow-from-docker.simg docker://godlovedc/lolcow
1616
```
1717

18+
The `pull` command is equivalent and can be run without `sudo`, so this can be done directly on your cluster.
19+
20+
21+
```
22+
$ singularity pull docker://godlovedc/lolcow
23+
```
24+
1825
You can build and host your own images on Docker Hub, (using Docker) or you can download and run images that others have built.
1926

2027
```

0 commit comments

Comments
 (0)