Add Local Registry Example
This commit is contained in:
8
00_registry/show_images.sh
Executable file
8
00_registry/show_images.sh
Executable 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 .
|
||||
Reference in New Issue
Block a user