diff --git a/README.md b/README.md index c9dbb37..9c2d060 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,10 @@ ### Overview -* Web UI for Docker Registry 2.6+ -* Browse repositories and tags +* Web UI for Docker Registry +* Browse namespaces, repositories and tags * Display image details by layers +* Display sub-images of multi-arch or cache type of image * Support Manifest v2 schema 1, Manifest v2 schema 2, Manifest List v2 schema 2 and their confusing combinations * Fast and small, written on Go * Automatically discover an authentication method (basic auth, token service etc.) @@ -123,6 +124,18 @@ Docker image formats and their confusing combinations as supported by this UI: ### Screenshots +Repository list / home page: + ![image](screenshots/1.png) +Repository tag list: + ![image](screenshots/2.png) + +Tag info page: + +![image](screenshots/3.png) + +Event log page: + +![image](screenshots/4.png) diff --git a/screenshots/1.png b/screenshots/1.png index 1829cfd..8101de3 100644 Binary files a/screenshots/1.png and b/screenshots/1.png differ diff --git a/screenshots/2.png b/screenshots/2.png index 2d196d7..7577323 100644 Binary files a/screenshots/2.png and b/screenshots/2.png differ diff --git a/screenshots/3.png b/screenshots/3.png new file mode 100644 index 0000000..b8f5969 Binary files /dev/null and b/screenshots/3.png differ diff --git a/screenshots/4.png b/screenshots/4.png new file mode 100644 index 0000000..2f7ec69 Binary files /dev/null and b/screenshots/4.png differ