mirror of https://github.com/containers/image.git
Clarify how names like oci🅰️b:c are parsed
Signed-off-by: Miloslav Trmač <mitr@redhat.com>
This commit is contained in:
parent
fca26bf548
commit
5c1c3afb0a
|
|
@ -65,11 +65,15 @@ The _algo:digest_ refers to the image ID reported by docker-inspect(1).
|
|||
### **oci:**_path[:reference]_
|
||||
|
||||
An image in a directory structure compliant with the "Open Container Image Layout Specification" at _path_.
|
||||
|
||||
_Path_ terminates at the first `:` character; any further `:` characters are not separators, but a part of _reference_.
|
||||
Specify a _reference_ to allow storing multiple images within the same _path_.
|
||||
|
||||
### **oci-archive:**_path[:reference]_
|
||||
|
||||
An image in a tar(1) archive with contents compliant with the "Open Container Image Layout Specification" at _path_.
|
||||
|
||||
_Path_ terminates at the first `:` character; any further `:` characters are not separators, but a part of _reference_.
|
||||
Specify a _reference_ to allow storing multiple images within the same _path_.
|
||||
|
||||
### **ostree:**_docker-reference[@/absolute/repo/path]_
|
||||
|
|
|
|||
Loading…
Reference in New Issue