diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-05-28 17:01:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-28 17:01:04 +0200 |
commit | 08dd8b2d76c368ff9fb4b42f3bb33f937f99b7b6 (patch) | |
tree | b2893e8922d6ac1665e351c591ee2284dced8f4b /docs | |
parent | 7b6dac300d91a8634e3180fcc71213fb825974e3 (diff) | |
parent | 8b344065d2b9cc8c98b7b841d5d6845aca2f0ac3 (diff) | |
download | podman-08dd8b2d76c368ff9fb4b42f3bb33f937f99b7b6.tar.gz podman-08dd8b2d76c368ff9fb4b42f3bb33f937f99b7b6.tar.bz2 podman-08dd8b2d76c368ff9fb4b42f3bb33f937f99b7b6.zip |
Merge pull request #3137 from giuseppe/unshare-fixes
unshare: some cleanups and define CONTAINERS_{RUNROOT,GRAPHROOT}
Diffstat (limited to 'docs')
-rw-r--r-- | docs/podman-unshare.1.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/podman-unshare.1.md b/docs/podman-unshare.1.md index a7f018ce1..a10fb40f9 100644 --- a/docs/podman-unshare.1.md +++ b/docs/podman-unshare.1.md @@ -19,6 +19,11 @@ manually clearing storage and other data related to images and containers. It is also useful if you want to use the `podman mount` command. If an unprivileged users wants to mount and work with a container, then they need to execute podman unshare. Executing `podman mount` fails for unprivileged users unless the user is running inside a `podman unshare` session. +The unshare session defines two environment variables: + +**CONTAINERS_GRAPHROOT** the path to the persistent containers data. +**CONTAINERS_RUNROOT** the path to the volatile containers data. + ## EXAMPLE ``` @@ -34,4 +39,4 @@ $ podman unshare cat /proc/self/uid_map /proc/self/gid_map ## SEE ALSO -podman(1), podman-mount(1), namespaces(7), newuidmap(1), newgidmap(1), user\_namespaces(7)
\ No newline at end of file +podman(1), podman-mount(1), namespaces(7), newuidmap(1), newgidmap(1), user\_namespaces(7) |