Hier werden die Unterschiede zwischen zwei Versionen gezeigt.
| Beide Seiten, vorherige Überarbeitung Vorherige Überarbeitung Nächste Überarbeitung | Vorherige Überarbeitung | ||
|
admin_grundlagen:docker:registry_server [2026/06/02 08:12] peter_rossbach2 [Reference Registry Tools] |
admin_grundlagen:docker:registry_server [2026/06/02 08:29] (aktuell) peter_rossbach2 [Image zu Registry übertragen] |
||
|---|---|---|---|
| Zeile 59: | Zeile 59: | ||
| curl http://registry.notebook36.linuxhotel.de:5000/v2/_catalog | curl http://registry.notebook36.linuxhotel.de:5000/v2/_catalog | ||
| curl http://$PRIVATE_IP4:5000/v2/_catalog | curl http://$PRIVATE_IP4:5000/v2/_catalog | ||
| - | docker manifest inspect $PRIVATE_IP4:5000/ingo/debian:trixie | + | docker manifest inspect --insecure $PRIVATE_IP4:5000/ingo/debian:trixie |
| curl -s \ | curl -s \ | ||
| http://$PRIVATE_IP4:5000/v2/ingo/debian/tags/list | jq | http://$PRIVATE_IP4:5000/v2/ingo/debian/tags/list | jq | ||
| Zeile 68: | Zeile 68: | ||
| - [[https://github.com/podman-container-tools/skopeo|Skopeo]] | - [[https://github.com/podman-container-tools/skopeo|Skopeo]] | ||
| - [[https://github.com/regclient/regclient|Regclient]] | - [[https://github.com/regclient/regclient|Regclient]] | ||
| + | |||
| + | |||
| + | ++++ Reg UI | | ||
| - [[https://github.com/Joxit/docker-registry-ui|docker-registry-ui]] | - [[https://github.com/Joxit/docker-registry-ui|docker-registry-ui]] | ||
| Zeile 75: | Zeile 78: | ||
| joxit/docker-registry-ui:latest | joxit/docker-registry-ui:latest | ||
| </code> | </code> | ||
| + | |||
| + | ++++ | ||