Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions pages/docs/user-docs/docs-pull.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,18 @@ Progress |===================================| 100.0%
Done. Container is at: /tmp/vsoch-hello-world-master.img
```

### Pull by commit
You can also pull different versions of your container by using their commit id (`version`).

```
singularity pull shub://vsoch/hello-world@42e1f04ed80217895f8c960bdde6bef4d34fab59
Progress |===================================| 100.0%
Done. Container is at: ./vsoch-hello-world-master.img
```

In this example, the first build of this container will be pulled.


## Docker
Docker pull is similar (on the surface) to a Singularity Hub pull, and we would do the following:

Expand Down