Skip to content

Commit

Permalink
Fix documentation of oci: and oci-archive:
Browse files Browse the repository at this point in the history
Fixes confusion reported in containers/podman#11553 .

Signed-off-by: Miloslav Trmač <mitr@redhat.com>
  • Loading branch information
mtrmac committed Sep 14, 2021
1 parent a2fcfa3 commit 58a95db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/containers-transports.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -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_.

Expand Down

0 comments on commit 58a95db

Please sign in to comment.