Update ToC for README.md

This commit is contained in:
toc-me[bot] 2018-12-29 16:10:26 +00:00
parent e4bfdb3734
commit 5635f17ffc

View file

@ -10,6 +10,21 @@ Docker registry v2 command line client and repo listing generator with security
<!-- toc -->
- [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)
* [Generating Static Website for a Registry](#generating-static-website-for-a-registry)
* [Using Self-Signed Certs with a Registry](#using-self-signed-certs-with-a-registry)
- [Contributing](#contributing)
<!-- tocstop -->
## Installation
@ -268,4 +283,4 @@ against an insecure registry.
**OR**
Run `make dind dtest` to avoid having to change your local docker config and
to run the tests as docker-in-docker.
to run the tests as docker-in-docker.