@@ -16,25 +16,25 @@ The stable, released version is the [0.9.0 tag](https://github.com/docker/docker
1616Please also have a quick look at the [ FAQ] ( FAQ.md ) before reporting bugs.
1717
1818# Table of Contents
19- - [ Quick Start] ( #quickstart )
20- - [ Configuration mechanism overview] ( #configoverview )
21- - [ Configuration flavors] ( #configflavors )
22- - [ Example config] ( #exampleconfig )
23- - [ Available configuration options] ( #configoptions )
24- - [ General options] ( #generalopts )
25- - [ Authentication options] ( #authopts )
26- - [ Search-engine options] ( #searchopts )
19+ - [ Quick Start] ( #quick-start )
20+ - [ Configuration mechanism overview] ( #configuration-mechanism-overview )
21+ - [ Configuration flavors] ( #configuration-flavors )
22+ - [ Example config] ( #example-config )
23+ - [ Available configuration options] ( #available-configuration-options )
24+ - [ General options] ( #general-options )
25+ - [ Authentication options] ( #authentication-options )
26+ - [ Search-engine options] ( #Search-engine-options )
2727 - [ sqlalchemy] ( #sqlalchemy )
28- - [ Mirroring Options] ( #mirroring )
29- - [ Cache options] ( #cacheopts )
30- - [ Storage options] ( #storageopts )
31- - [ storage: file] ( #storage-file )
32- - [ Persistent storage] ( #storage-persist )
33- - [ storage: s3] ( #storage-s3 )
34- - [ Your own config] ( #yourconfig )
35- - [ Advanced use] ( #advanced )
28+ - [ Mirroring Options] ( #mirroring-ptions )
29+ - [ Cache options] ( #cache-options )
30+ - [ Storage options] ( #storage-options )
31+ - [ storage file] ( #storage-file )
32+ - [ Persistent storage] ( #persistent-storage )
33+ - [ storage s3] ( #storage-s3 )
34+ - [ Your own config] ( #your-own-config )
35+ - [ Advanced use] ( #advanced-user )
3636- [ Drivers] ( #drivers )
37- - [ For developers] ( #developers )
37+ - [ For developers] ( #for- developers )
3838
3939# Quick start
4040
@@ -288,7 +288,7 @@ To use and install one of these alternate storages:
288288 * [gcs](https://github.com/dmp42/docker-registry-driver-gcs)
289289 * [glance](https://github.com/dmp42/docker-registry-driver-glance)
290290
291- # ## storage: file
291+ # ## storage file
292292
2932931. `storage_path` : Path on the filesystem where to store data
294294
@@ -311,7 +311,7 @@ Example:
311311docker run -p 5000 -v /tmp/registry:/tmp/registry registry
312312` ` `
313313
314- # ## storage: s3
314+ # ## storage s3
315315AWS Simple Storage Service options
316316
3173171. `s3_access_key` : string, S3 access key
0 commit comments