update TOC

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-07-15 19:12:35 -04:00
parent 68f25d14ea
commit d125d58d33
No known key found for this signature in database
GPG key ID: 18F3685C0022BFF3
2 changed files with 4 additions and 3 deletions

2
Gopkg.lock generated
View file

@ -131,7 +131,7 @@
"registry/resumable",
]
pruneopts = "NUT"
revision = "17dc10123f001d1481e4047de211c8aec7ed9d34"
revision = "492545e139e7461aac044149a931bb4b2dd48f75"
[[projects]]
branch = "master"

View file

@ -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.