added podman command
This commit is contained in:
11
README.md
11
README.md
@@ -35,6 +35,17 @@ Key settings in `zot-config.json`:
|
|||||||
- **Extensions**: Search, scrub (integrity checks), and metrics enabled
|
- **Extensions**: Search, scrub (integrity checks), and metrics enabled
|
||||||
- **Performance**: Caching enabled for metadata and converted manifests
|
- **Performance**: Caching enabled for metadata and converted manifests
|
||||||
|
|
||||||
|
### Startup
|
||||||
|
|
||||||
|
```sh
|
||||||
|
podman run --replace -d \
|
||||||
|
--name zot-registry \
|
||||||
|
-p 5000:5000 \
|
||||||
|
-v ./zot-config.json:/etc/zot/config.json \
|
||||||
|
-v ./data:/var/lib/zot \
|
||||||
|
ghcr.io/project-zot/zot:latest serve /etc/zot/config.json
|
||||||
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
**Push images:**
|
**Push images:**
|
||||||
|
Reference in New Issue
Block a user