From 5635f17ffc6ff42941c066bee0f8d5a2a3b463a9 Mon Sep 17 00:00:00 2001 From: "toc-me[bot]" Date: Sat, 29 Dec 2018 16:10:26 +0000 Subject: [PATCH] Update ToC for README.md --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d8c5d9ea..3b1b661f 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,21 @@ Docker registry v2 command line client and repo listing generator with security +- [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) + ## 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. \ No newline at end of file