Skip to content

Commit f99208a

Browse files
authored
Merge pull request #829 from nipy/mih-patch-1
Fix the name of the `podman` executable in the docs
2 parents 34af388 + 9113782 commit f99208a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/container.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Podman Permissions
3737
When running Podman without specifying a user, the container is run as root inside the container, but your user outside of the container.
3838
This default behavior usually works for heudiconv users::
3939

40-
docker run -v $PWD:PWD nipy/heudiconv:latest --version
40+
podman run -v $PWD:PWD nipy/heudiconv:latest --version
4141

4242
Other Common Options
4343
--------------------

0 commit comments

Comments
 (0)