1
Test image after building
Надежда Федорова edited this page 2024-05-27 13:55:45 +03:00
-
Clone this repo
-
Build container
podman build -t zot-wo-auth:latest .
-
Run container
podman run --rm -p 5000:5000 localhost/zot-wo-auth:latest
-
Run your browser and go to http://localhost:5000
-
Push images to your repo
skopeo copy -a --dest-tls-verify=false docker://registry.altlinux.org/alt/systemd:p10 docker://localhost:5000/alt/systemd:p10