Skip to content

Commit 75eed6c

Browse files
committed
fix list of option for output_reference
1 parent 7f08d34 commit 75eed6c

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

daemon/README.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -366,15 +366,11 @@ images.
366366
**output_format**: how to name the thin images. It accepts few "variables" that
367367
reference to the input image.
368368

369-
* $(scheme), the very first part of the image url, most likely `http` or
370-
`https`
371-
* $(registry), in which registry the image is locate, in the case of the
372-
example it would be `registry.hub.docker.com`
373-
* $(repository), the repository of the input image, so something like
374-
`library/ubuntu` or `atlas/athena`
375-
* $(tag), the tag of the image examples could be `latest` or `stable` or
376-
`v0.1.4`
377-
* $(image), the $(repository) plus the $(tag)
369+
* $(scheme), the very first part of the image url, most likely `http` or `https`
370+
* $(registry), in which registry the image is locate, in the case of the example it would be `registry.hub.docker.com`
371+
* $(repository), the repository of the input image, so something like `library/ubuntu` or `atlas/athena`
372+
* $(tag), the tag of the image examples could be `latest` or `stable` or `v0.1.4`
373+
* $(image), the $(repository) plus the $(tag)
378374

379375
**input**: list of docker images to convert
380376

0 commit comments

Comments
 (0)