We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 34af388 + 9113782 commit f99208aCopy full SHA for f99208a
docs/container.rst
@@ -37,7 +37,7 @@ Podman Permissions
37
When running Podman without specifying a user, the container is run as root inside the container, but your user outside of the container.
38
This default behavior usually works for heudiconv users::
39
40
- docker run -v $PWD:PWD nipy/heudiconv:latest --version
+ podman run -v $PWD:PWD nipy/heudiconv:latest --version
41
42
Other Common Options
43
--------------------
0 commit comments