From d125d58d33f2669fc513adbe17efd38214de2259 Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Sun, 15 Jul 2018 19:12:35 -0400 Subject: [PATCH] update TOC Signed-off-by: Jess Frazelle --- Gopkg.lock | 2 +- README.md | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Gopkg.lock b/Gopkg.lock index 229962f7..496cb18f 100644 --- a/Gopkg.lock +++ b/Gopkg.lock @@ -131,7 +131,7 @@ "registry/resumable", ] pruneopts = "NUT" - revision = "17dc10123f001d1481e4047de211c8aec7ed9d34" + revision = "492545e139e7461aac044149a931bb4b2dd48f75" [[projects]] branch = "master" diff --git a/README.md b/README.md index 99cc7613..e5399b2e 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ Docker registry v2 command line client. * [Download a Layer](README.md#download-a-layer) * [Delete an Image](README.md#delete-an-image) * [Vulnerability Reports](README.md#vulnerability-reports) + * [Running a Static UI Server for a Registry](README.md#running-a-static-ui-server-for-a-registry) * [Using Self-Signed Certs with a Registry](README.md#using-self-signed-certs-with-a-registry) * [Contributing](README.md#contributing) @@ -183,9 +184,9 @@ Medium: 3 High: 1 ``` -### Running a static UI server for a Registry +### Running a Static UI Server for a Registry -The tool comes with a server which runs static UI for a docker registry. +The tool comes with a server which runs a static UI for a registry. It will run vulnerability scanning if you have a [CoreOS Clair](https://github.com/coreos/clair) server set up and pass the url with the `--clair` flag.