Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
chore(doc): fix list style in readme
Browse files Browse the repository at this point in the history
Signed-off-by: Keming <[email protected]>
  • Loading branch information
kemingy authored and guits committed Dec 2, 2024
1 parent 642bccb commit 30dc8b9
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 @@ -29,10 +29,10 @@ For docker hub registry
$ curl -s https://registry.hub.docker.com/v2/repositories/ceph/ceph/tags/?page_size=100 | jq '."results"[] .name'
```

-All tags for ceph/{daemon-base,daemon,demo} can be found on the quay.io registry.
-For the daemon-base tags [visit](https://quay.io/repository/ceph/daemon-base?tab=tags)
-For the daemon tags [visit](https://quay.io/repository/ceph/daemon?tab=tags)
-For the demo tags [visit](https://quay.io/repository/ceph/demo?tab=tags)
- All tags for ceph/{daemon-base,daemon,demo} can be found on the quay.io registry.
- For the daemon-base tags [visit](https://quay.io/repository/ceph/daemon-base?tab=tags)
- For the daemon tags [visit](https://quay.io/repository/ceph/daemon?tab=tags)
- For the demo tags [visit](https://quay.io/repository/ceph/demo?tab=tags)

Alternatively, you can run the following command (install jq first):

Expand Down

0 comments on commit 30dc8b9

Please sign in to comment.