diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-10-06 15:22:41 +0200 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-10-06 15:22:41 +0200 |
commit | babb78d1adc7fb19615d9ed4ba974a83b75c5a8b (patch) | |
tree | daf68af8dda80fdcb0874c059fac7716444feca9 | |
parent | ce77bc0bf0958578fd8f3aa7ea606154ae5346ab (diff) | |
download | gitlab-ce-babb78d1adc7fb19615d9ed4ba974a83b75c5a8b.tar.gz |
Remove doctoc from administration/container_registry
-rw-r--r-- | doc/administration/container_registry.md | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/doc/administration/container_registry.md b/doc/administration/container_registry.md index c5ba777d093..25c5474745b 100644 --- a/doc/administration/container_registry.md +++ b/doc/administration/container_registry.md @@ -16,26 +16,6 @@ have its own space to store its Docker images. You can read more about Docker Registry at https://docs.docker.com/registry/introduction/. ---- - -<!-- 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** *generated with [DocToc](https://github.com/thlorenz/doctoc)* - -- [Enable the Container Registry](#enable-the-container-registry) -- [Container Registry domain configuration](#container-registry-domain-configuration) - - [Configure Container Registry under an existing GitLab domain](#configure-container-registry-under-an-existing-gitlab-domain) - - [Configure Container Registry under its own domain](#configure-container-registry-under-its-own-domain) -- [Disable Container Registry site-wide](#disable-container-registry-site-wide) -- [Disable Container Registry per project](#disable-container-registry-per-project) -- [Disable Container Registry for new projects site-wide](#disable-container-registry-for-new-projects-site-wide) -- [Container Registry storage path](#container-registry-storage-path) -- [Container Registry storage driver](#container-registry-storage-driver) -- [Storage limitations](#storage-limitations) -- [Changelog](#changelog) - -<!-- END doctoc generated TOC please keep comment here to allow auto update --> - ## Enable the Container Registry **Omnibus GitLab installations** |