Update README and screenshots.

This commit is contained in:
Roman Vynar 2020-02-20 18:44:42 +02:00
parent f9899cb785
commit c022edba0f
5 changed files with 15 additions and 2 deletions

View File

@ -4,9 +4,10 @@
### Overview ### Overview
* Web UI for Docker Registry 2.6+ * Web UI for Docker Registry
* Browse repositories and tags * Browse namespaces, repositories and tags
* Display image details by layers * 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 * Support Manifest v2 schema 1, Manifest v2 schema 2, Manifest List v2 schema 2 and their confusing combinations
* Fast and small, written on Go * Fast and small, written on Go
* Automatically discover an authentication method (basic auth, token service etc.) * 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 ### Screenshots
Repository list / home page:
![image](screenshots/1.png) ![image](screenshots/1.png)
Repository tag list:
![image](screenshots/2.png) ![image](screenshots/2.png)
Tag info page:
![image](screenshots/3.png)
Event log page:
![image](screenshots/4.png)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 281 KiB

After

Width:  |  Height:  |  Size: 186 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 334 KiB

After

Width:  |  Height:  |  Size: 174 KiB

BIN
screenshots/3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 265 KiB

BIN
screenshots/4.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 290 KiB