We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ddc0f5 commit 21866b3Copy full SHA for 21866b3
pages/docs/user-docs/docs-pull.md
@@ -81,6 +81,18 @@ Progress |===================================| 100.0%
81
Done. Container is at: /tmp/vsoch-hello-world-master.img
82
```
83
84
+### Pull by commit
85
+You can also pull different versions of your container by using their commit id (`version`).
86
+
87
+```
88
+singularity pull shub://vsoch/hello-world@42e1f04ed80217895f8c960bdde6bef4d34fab59
89
+Progress |===================================| 100.0%
90
+Done. Container is at: ./vsoch-hello-world-master.img
91
92
93
+In this example, the first build of this container will be pulled.
94
95
96
## Docker
97
Docker pull is similar (on the surface) to a Singularity Hub pull, and we would do the following:
98
0 commit comments