summaryrefslogtreecommitdiff
path: root/docs/podman.1.md
diff options
context:
space:
mode:
authorGiuseppe Scrivano <gscrivan@redhat.com>2018-07-16 11:48:59 +0200
committerGiuseppe Scrivano <gscrivan@redhat.com>2018-07-20 11:00:53 +0200
commitd4f14be3a7aa7b5b884906d764db3214e51b3e67 (patch)
tree7e198c5a0b9f07a1dc8537b5f172aee54563832a /docs/podman.1.md
parent45a92f8357de75d06c137e48ce61ab8054d5bc8e (diff)
downloadpodman-d4f14be3a7aa7b5b884906d764db3214e51b3e67.tar.gz
podman-d4f14be3a7aa7b5b884906d764db3214e51b3e67.tar.bz2
podman-d4f14be3a7aa7b5b884906d764db3214e51b3e67.zip
rootless: support a per-user mounts.conf
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
Diffstat (limited to 'docs/podman.1.md')
-rw-r--r--docs/podman.1.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/podman.1.md b/docs/podman.1.md
index 68a9e4e92..5581e0569 100644
--- a/docs/podman.1.md
+++ b/docs/podman.1.md
@@ -139,6 +139,8 @@ The format of the mounts.conf is the volume format /SRC:/DEST, one mount per lin
Note this is not a volume mount. The content of the volumes is copied into container storage, not bind mounted directly from the host.
+When Podman runs in rootless mode, the file `$HOME/.config/containers/mounts.conf` is also used.
+
**hook JSON** (`/usr/share/containers/oci/hooks.d/*.json`)
Each `*.json` file in `/usr/share/containers/oci/hooks.d` configures a hook for Podman containers. For more details on the syntax of the JSON files and the semantics of hook injection, see `oci-hooks(5)`.