From 58a95db29d78618a25fe355b277615ae64a9c16d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= Date: Tue, 14 Sep 2021 10:58:28 +0200 Subject: [PATCH] Fix documentation of oci: and oci-archive: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes confusion reported in https://github.com/containers/podman/issues/11553 . Signed-off-by: Miloslav Trmač --- docs/containers-transports.5.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/containers-transports.5.md b/docs/containers-transports.5.md index c87283fb8..c23d48747 100644 --- a/docs/containers-transports.5.md +++ b/docs/containers-transports.5.md @@ -57,12 +57,12 @@ An image stored in the docker daemon's internal storage. The image must be specified as a _docker-reference_ or in an alternative _algo:digest_ format when being used as an image source. The _algo:digest_ refers to the image ID reported by docker-inspect(1). -### **oci:**_path[:tag]_ +### **oci:**_path[:reference]_ An image compliant with the "Open Container Image Layout Specification" at _path_. -Using a _tag_ is optional and allows for storing multiple images at the same _path_. +Using a _reference_ is optional and allows for storing multiple images at the same _path_. -### **oci-archive:**_path[:tag]_ +### **oci-archive:**_path[:reference]_ An image compliant with the "Open Container Image Layout Specification" stored as a tar(1) archive at _path_.