diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-08-26 09:33:08 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-26 09:33:08 -0400 |
commit | cb235592702550c94bdc526a033ca2cebecb7337 (patch) | |
tree | abde046696a2597ffa4d7d9c9faf75955ce8d20f /docs/source/markdown/podman-volume.1.md | |
parent | 6f1faf36da9482c1cc99814772d16125fe9a4e36 (diff) | |
parent | d5507704e9de0a4c0835f66668985eaf67ab3a72 (diff) | |
download | podman-cb235592702550c94bdc526a033ca2cebecb7337.tar.gz podman-cb235592702550c94bdc526a033ca2cebecb7337.tar.bz2 podman-cb235592702550c94bdc526a033ca2cebecb7337.zip |
Merge pull request #11307 from flouthoc/volume-import-external
volumes: Add support for `volume import` which allows importing contents of external tarballs into podman volumes.
Diffstat (limited to 'docs/source/markdown/podman-volume.1.md')
-rw-r--r-- | docs/source/markdown/podman-volume.1.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/source/markdown/podman-volume.1.md b/docs/source/markdown/podman-volume.1.md index 20319ccf7..64b37c28c 100644 --- a/docs/source/markdown/podman-volume.1.md +++ b/docs/source/markdown/podman-volume.1.md @@ -16,6 +16,7 @@ podman volume is a set of subcommands that manage volumes. | create | [podman-volume-create(1)](podman-volume-create.1.md) | Create a new volume. | | exists | [podman-volume-exists(1)](podman-volume-exists.1.md) | Check if the given volume exists. | | export | [podman-volume-export(1)](podman-volume-export.1.md) | Exports volume to external tar. | +| import | [podman-volume-import(1)](podman-volume-import.1.md) | Import tarball contents into a podman volume. | | inspect | [podman-volume-inspect(1)](podman-volume-inspect.1.md) | Get detailed information on one or more volumes. | | ls | [podman-volume-ls(1)](podman-volume-ls.1.md) | List all the available volumes. | | prune | [podman-volume-prune(1)](podman-volume-prune.1.md) | Remove all unused volumes. | |