diff options
author | Jose Diaz-Gonzalez <email@josediazgonzalez.com> | 2019-05-29 03:56:47 -0400 |
---|---|---|
committer | Jose Diaz-Gonzalez <email@josediazgonzalez.com> | 2019-05-29 12:44:25 -0400 |
commit | 635c161f38aa68c40d98b108f6a3b12f0e36a58a (patch) | |
tree | e1e5ff68c7f4ce98cebb60a601f5326006da92e7 /docs/podman-container.1.md | |
parent | cd5bc9c4c5cdc0a51921fae8e58a4b8962cda6e6 (diff) | |
download | podman-635c161f38aa68c40d98b108f6a3b12f0e36a58a.tar.gz podman-635c161f38aa68c40d98b108f6a3b12f0e36a58a.tar.bz2 podman-635c161f38aa68c40d98b108f6a3b12f0e36a58a.zip |
add missing container cp command
'docker cp' is an alias for 'docker container cp', and podman should have the equivalent alias.
Signed-off-by: Jose Diaz-Gonzalez <email@josediazgonzalez.com>
Diffstat (limited to 'docs/podman-container.1.md')
-rw-r--r-- | docs/podman-container.1.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/podman-container.1.md b/docs/podman-container.1.md index 564d791fa..eb53149bd 100644 --- a/docs/podman-container.1.md +++ b/docs/podman-container.1.md @@ -17,6 +17,7 @@ The container command allows you to manage containers | checkpoint | [podman-container-checkpoint(1)](podman-container-checkpoint.1.md) | Checkpoints one or more containers. | | cleanup | [podman-container-cleanup(1)](podman-container-cleanup.1.md) | Cleanup containers network and mountpoints. | | commit | [podman-commit(1)](podman-commit.1.md) | Create new image based on the changed container. | +| cp | [podman-cp(1)](podman-cp.1.md) | Copy files/folders between a container and the local filesystem. | | create | [podman-create(1)](podman-create.1.md) | Create a new container. | | diff | [podman-diff(1)](podman-diff.1.md) | Inspect changes on a container or image's filesystem. | | exec | [podman-exec(1)](podman-exec.1.md) | Execute a command in a running container. | |