diff options
Diffstat (limited to 'docs/podman-create.1.md')
-rw-r--r-- | docs/podman-create.1.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/podman-create.1.md b/docs/podman-create.1.md index 42a4cdbca..f27a84b1d 100644 --- a/docs/podman-create.1.md +++ b/docs/podman-create.1.md @@ -713,7 +713,9 @@ can override the working directory by using the **-w** option. If you want to run the container in a new user namespace and define the mapping of the uid and gid from the host. - # podman create --uidmap 0:30000:7000 --gidmap 0:30000:7000 fedora echo hello +``` +$ podman create --uidmap 0:30000:7000 --gidmap 0:30000:7000 fedora echo hello +``` ## FILES |