[CI:DOCS] podman-push: rm confusion on supported transports

Remote clients only support the docker transport which is mentioned in
the destination table below.  So drop the redundant text on supported
transports from the main description to avoid confusion.

Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
This commit is contained in:
Valentin Rothberg
2023-06-13 15:54:36 +02:00
parent 2a947c2f4b
commit aa7a4219ee

View File

@ -10,10 +10,7 @@ podman\-push - Push an image, manifest list or image index from local storage to
## DESCRIPTION
Pushes an image, manifest list or image index from local storage to a specified
destination. 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:**.
destination.
## Image storage
Images are pushed from those stored in local image storage.