update readme

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-07-15 18:09:05 -04:00
parent 207bc1b82c
commit 3089f164d4
No known key found for this signature in database
GPG key ID: 18F3685C0022BFF3

View file

@ -6,19 +6,19 @@
Docker registry v2 command line client.
- [Installation](#installation)
+ [Binaries](#binaries)
+ [Via Go](#via-go)
- [Usage](#usage)
+ [Auth](#auth)
+ [List Repositories and Tags](#list-repositories-and-tags)
+ [Get a Manifest](#get-a-manifest)
+ [Get the Digest](#get-the-digest)
+ [Download a Layer](#download-a-layer)
+ [Delete an Image](#delete-an-image)
+ [Vulnerability Reports](#vulnerability-reports)
+ [Using Self-Signed Certs with a Registry](#using-self-signed-certs-with-a-registry)
- [Contributing](#contributing)
* [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)
* [Using Self-Signed Certs with a Registry](README.md#using-self-signed-certs-with-a-registry)
* [Contributing](README.md#contributing)
## Installation