diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-04-27 15:35:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-27 15:35:27 +0200 |
commit | 7cb46450fd9cc2a9fc545004431c1d416970e0ed (patch) | |
tree | 13c422f66c10c737a618efbc1fea59cb7198ed5e /docs/source/markdown/podman-push.1.md | |
parent | ef46687dc5bd3eff7b2e75a347f1b026c3b50f33 (diff) | |
parent | 3d0fa726c1bd0c4aa99c7d8917b3654017ad0e31 (diff) | |
download | podman-7cb46450fd9cc2a9fc545004431c1d416970e0ed.tar.gz podman-7cb46450fd9cc2a9fc545004431c1d416970e0ed.tar.bz2 podman-7cb46450fd9cc2a9fc545004431c1d416970e0ed.zip |
Merge pull request #5973 from rhatdan/man
[ci:docs] Cleanup man pages for pull and push
Diffstat (limited to 'docs/source/markdown/podman-push.1.md')
-rw-r--r-- | docs/source/markdown/podman-push.1.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/markdown/podman-push.1.md b/docs/source/markdown/podman-push.1.md index 3f0350bcd..f029c8db1 100644 --- a/docs/source/markdown/podman-push.1.md +++ b/docs/source/markdown/podman-push.1.md @@ -14,8 +14,8 @@ Push is mainly used to push images to registries, however **podman push** can be used to save images to tarballs and directories using the following transports: **dir:**, **docker-archive:**, **docker-daemon:** and **oci-archive:**. -## imageID -Image stored in local container/storage +## Image storage +Images are pushed from those stored in local image storage. ## DESTINATION |