From f1c2303d1d75959050ce3642a34ec806c2eb2926 Mon Sep 17 00:00:00 2001 From: ttyS3 Date: Fri, 17 Nov 2023 16:58:16 +0000 Subject: [PATCH] docs: update README.md, add screenshot --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/README.md b/README.md index a1096414..df4445a3 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,32 @@ Docker registry v2 command line client and repo listing generator with security checks. +------------------------------------ + +## server quick start + +```shell +reg server --auth-url https://hub.example.com --timeout 5s -u USERNAME -p PASSWORD +``` +------------------------------------ + +## screenshots + +**image list** + +![image list](https://user-images.githubusercontent.com/41882455/283872798-7a0d7fc7-0f3b-4414-865f-47d238987c08.png) + +**tags list** + +![tags list](https://user-images.githubusercontent.com/41882455/283873563-eff517e7-4be4-483f-ae9f-b3a47119ca04.png) + +**support show image layers like dockerhub** + +![image layers](https://user-images.githubusercontent.com/41882455/283871192-1706f1df-9e6e-47ed-979f-4067cf6da5ca.png) + +------------------------------------ + + **Table of Contents**