Signed-off-by: Jess Frazelle <acidburn@github.com>
This commit is contained in:
Jess Frazelle 2018-12-29 11:10:19 -05:00
parent 3f77609b96
commit e4bfdb3734
No known key found for this signature in database
GPG key ID: 18F3685C0022BFF3

View file

@ -6,20 +6,11 @@
Docker registry v2 command line client and repo listing generator with security checks.
* [Installation](README.md#installation)
* [Binaries](README.md#binaries)
* [Via Go](README.md#via-go)
* [Usage](README.md#usage)
* [Auth](README.md#auth)
* [List Repositories and Tags](README.md#list-repositories-and-tags)
* [Get a Manifest](README.md#get-a-manifest)
* [Get the Digest](README.md#get-the-digest)
* [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)
**Table of Contents**
<!-- toc -->
<!-- tocstop -->
## Installation