Skip to content

Commit

Permalink
Readme touchup
Browse files Browse the repository at this point in the history
  • Loading branch information
jssblck committed Dec 16, 2024
1 parent 28368be commit 3a77b6b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,10 @@ circe list docker.io/contribsys/faktory:latest
The primary recommendation for referencing an image is to use the fully qualified reference, e.g.:

```shell
docker.io/contribsys/faktory:latest
docker.io/library/ubuntu:14.04
some-host.dev/some-namespace/some-project/some-image:latest
some-host.dev/some-namespace/some-project/some-image@sha256:123abc
circe list docker.io/contribsys/faktory:latest
circe list docker.io/library/ubuntu:14.04
circe list some-host.dev/some-namespace/some-project/some-image:latest
circe list some-host.dev/some-namespace/some-project/some-image@sha256:123abc
```

However, for convenience, you can specify a "partial image reference" in a few different ways:
Expand Down

0 comments on commit 3a77b6b

Please sign in to comment.