mirror of
https://github.com/project-zot/zot.git
synced 2024-12-30 22:34:13 -05:00
docs: update README with minimal image and urls (#1001)
Thanks @dtzar for the initial PR. https://github.com/project-zot/zot/pull/992 Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
This commit is contained in:
parent
7790b944e3
commit
b473d34ca9
1 changed files with 9 additions and 3 deletions
12
README.md
12
README.md
|
@ -4,11 +4,17 @@
|
|||
|
||||
https://zotregistry.io
|
||||
|
||||
[```docker pull ghcr.io/project-zot/zot-linux-amd64:latest```](https://github.com/project-zot/zot/pkgs/container/zot)
|
||||
For the full-featured (with all extensions enabled):
|
||||
|
||||
[```docker run -p 5000:5000 ghcr.io/project-zot/zot-linux-amd64:latest```](https://github.com/project-zot/zot/pkgs/container/zot)
|
||||
[```docker pull ghcr.io/project-zot/zot-linux-amd64:latest```](https://github.com/project-zot/zot/pkgs/container/zot-linux-amd64)
|
||||
[```docker run -p 5000:5000 ghcr.io/project-zot/zot-linux-amd64:latest```](https://github.com/project-zot/zot/pkgs/container/zot-linux-amd64)
|
||||
|
||||
**Check the [package repository](https://github.com/orgs/project-zot/packages?repo_name=zot) for your os/arch**
|
||||
Or for the minimal image (for the security-minded and extensions stripped):
|
||||
|
||||
[```docker pull ghcr.io/project-zot/zot-minimal-linux-amd64:latest```](https://github.com/project-zot/zot/pkgs/container/zot-minimal-linux-amd64)
|
||||
[```docker run -p 5000:5000 ghcr.io/project-zot/zot-minimal-linux-amd64:latest```](https://github.com/project-zot/zot/pkgs/container/zot-minimal-linux-amd64)
|
||||
|
||||
**Check the [package repository](https://github.com/orgs/project-zot/packages?repo_name=zot) for your os/arch (linux/arm64, darwin/amd64, darwin/arm64)**
|
||||
|
||||
The following document refers on the **core dist-spec**, see also the [zot-specific extensions spec](pkg/extensions/README.md)
|
||||
|
||||
|
|
Loading…
Reference in a new issue