Skip to content

Commit

Permalink
Merge pull request #1376 from mtrmac/oci-transport-fix
Browse files Browse the repository at this point in the history
Fix documentation of oci: and oci-archive:
  • Loading branch information
rhatdan committed Sep 14, 2021
2 parents 29ca595 + 58a95db commit 49a1a47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/containers-transports.5.md
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 49a1a47

Please sign in to comment.