From 135ce4316915013ec455076d032f1dd9dc7111e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= Date: Sat, 8 Aug 2020 04:34:12 +0200 Subject: [PATCH] Add oci-archive to transport list, and link to the authoritative man page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miloslav Trmač --- docs/skopeo.1.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/skopeo.1.md b/docs/skopeo.1.md index 3c06483e..cf958db2 100644 --- a/docs/skopeo.1.md +++ b/docs/skopeo.1.md @@ -44,6 +44,11 @@ Most commands refer to container images, using a _transport_`:`_details_ format. **oci:**_path_**:**_tag_ An image _tag_ in a directory compliant with "Open Container Image Layout Specification" at _path_. + **oci-archive:**_path_**:**_tag_ + An image _tag_ in a tar archive containing compliant with "Open Container Image Layout Specification" at _path_. + +See [containers-transports(5)](https://github.com/containers/image/blob/master/docs/containers-transports.5.md) for details. + ## OPTIONS **--command-timeout** _duration_ Timeout for the command execution.