Skip to content

Commit

Permalink
Merge pull request #19 from Chaste/docker-hub-release-tags-url
Browse files Browse the repository at this point in the history
Replace dockerhub available tags link
  • Loading branch information
bdevans authored Apr 30, 2024
2 parents 63bdf53 + 522288c commit 0dda37f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Install [Docker](https://www.docker.com/products/docker-desktop/) and configure
```
docker run --init -it --rm -v chaste_data:/home/chaste chaste/release
```
If needed, you can also specify an [available tag](https://hub.docker.com/repository/docker/chaste/release/tags) in the image name in the form `chaste/release:<tag>` to pull a particular release (e.g. `chaste/release:2024.1`) rather than defaulting to the latest version.
If needed, you can also specify an [available tag](https://hub.docker.com/r/chaste/release/tags) in the image name in the form `chaste/release:<tag>` to pull a particular release (e.g. `chaste/release:2024.1`) rather than defaulting to the latest version.
2. Alternatively, if you want to use the latest development code from the `develop` branch, use this command to pull and run the latest `chaste/develop` image instead:
```
docker run --init -it --rm -v chaste_data:/home/chaste chaste/develop
Expand Down

0 comments on commit 0dda37f

Please sign in to comment.