diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-04-11 09:59:52 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-11 09:59:52 -0700 |
commit | 745993b592903544e5a3b38ae9336e65c56874f4 (patch) | |
tree | 87fbc14c5e815a56100d38d8e6d62f4186bd781b /docs/podman-commit.1.md | |
parent | ab259987ee4920e549a863ab3b7055877d6f61d7 (diff) | |
parent | aef09ce031d169a7a5c0c8460ee6ec231bbf5a11 (diff) | |
download | podman-745993b592903544e5a3b38ae9336e65c56874f4.tar.gz podman-745993b592903544e5a3b38ae9336e65c56874f4.tar.bz2 podman-745993b592903544e5a3b38ae9336e65c56874f4.zip |
Merge pull request #2895 from mheon/commit_no_default_include_volumes
Add --include-volumes flag to 'podman commit'
Diffstat (limited to 'docs/podman-commit.1.md')
-rw-r--r-- | docs/podman-commit.1.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/podman-commit.1.md b/docs/podman-commit.1.md index acde51859..7c74d7a33 100644 --- a/docs/podman-commit.1.md +++ b/docs/podman-commit.1.md @@ -39,6 +39,10 @@ not specifically set, the default format used is _oci_. Write the image ID to the file. +**--include-volumes** + +Include in the committed image any volumes added to the container by the `--volume` or `--mount` options to the `podman create` and `podman run` commands. + **--message, -m** Set commit message for committed image. The message field is not supported in _oci_ format. |