* 'master' of https://github.com/genuinetools/reg:
  docs: Update TOC
This commit is contained in:
Jess Frazelle 2019-11-19 22:47:31 -08:00
commit 0216665023
No known key found for this signature in database
GPG key ID: E34EC3D4E4953C4A

View file

@ -8,8 +8,26 @@
Docker registry v2 command line client and repo listing generator with security checks.
<!-- START doctoc -->
<!-- END doctoc -->
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents**
- [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)
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
## Installation