From aa7a4219ee852ea7b10211a39d109c09b6844fc9 Mon Sep 17 00:00:00 2001 From: Valentin Rothberg Date: Tue, 13 Jun 2023 15:54:36 +0200 Subject: [PATCH] [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 --- docs/source/markdown/podman-push.1.md.in | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/source/markdown/podman-push.1.md.in b/docs/source/markdown/podman-push.1.md.in index 30a057f57c..3a5401282a 100644 --- a/docs/source/markdown/podman-push.1.md.in +++ b/docs/source/markdown/podman-push.1.md.in @@ -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.