Skip to content

Commit

Permalink
Update Docker section
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaroberts authored Mar 1, 2024
1 parent 242cb46 commit eb67820
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,12 @@ nii2dcm is also available as a Docker container.

Pull the latest container with:
```shell
docker pull ghcr.io/tomaroberts/nii2dcm/nii2dcm:latest
docker pull ghcr.io/tomaroberts/nii2dcm:latest
```

For ease of use, rename the container on your local machine:
```shell
docker tag ghcr.io/tomaroberts/nii2dcm:latest nii2dcm
```

Run the containerised nii2dcm:
Expand Down

0 comments on commit eb67820

Please sign in to comment.