Add Local Registry Example

This commit is contained in:
Frank Woeckener
2025-03-28 08:21:34 +01:00
parent 7859ba370c
commit a500aa419d
3 changed files with 26 additions and 0 deletions

8
00_registry/show_images.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
if ! which jq >/dev/null ; then
echo "Please install jq first."
exit 1
fi
curl http://localhost:5000/v2/_catalog | jq .