summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-05-29 20:46:09 +0200
committerGitHub <noreply@github.com>2019-05-29 20:46:09 +0200
commit8422503f4311555ecb799449b371ad1600a8020f (patch)
tree505e5b49df34b0e42d6ca49b9651e0c4ef4ba363 /docs
parent8a8db34131c213c3880940284c2fa278ae48cd7d (diff)
parent635c161f38aa68c40d98b108f6a3b12f0e36a58a (diff)
downloadpodman-8422503f4311555ecb799449b371ad1600a8020f.tar.gz
podman-8422503f4311555ecb799449b371ad1600a8020f.tar.bz2
podman-8422503f4311555ecb799449b371ad1600a8020f.zip
Merge pull request #3221 from josegonzalez/master
Add missing 'container cp' alias and document missing 'container update' command
Diffstat (limited to 'docs')
-rw-r--r--docs/podman-container.1.md1
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. |