@@ -16,25 +16,25 @@ The stable, released version is the [0.9.0 tag](https://github.com/docker/docker
16
16
Please also have a quick look at the [ FAQ] ( FAQ.md ) before reporting bugs.
17
17
18
18
# 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 )
27
27
- [ 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 )
36
36
- [ Drivers] ( #drivers )
37
- - [ For developers] ( #developers )
37
+ - [ For developers] ( #for- developers )
38
38
39
39
# Quick start
40
40
@@ -288,7 +288,7 @@ To use and install one of these alternate storages:
288
288
* [gcs](https://github.com/dmp42/docker-registry-driver-gcs)
289
289
* [glance](https://github.com/dmp42/docker-registry-driver-glance)
290
290
291
- # ## storage: file
291
+ # ## storage file
292
292
293
293
1. `storage_path` : Path on the filesystem where to store data
294
294
@@ -311,7 +311,7 @@ Example:
311
311
docker run -p 5000 -v /tmp/registry:/tmp/registry registry
312
312
` ` `
313
313
314
- # ## storage: s3
314
+ # ## storage s3
315
315
AWS Simple Storage Service options
316
316
317
317
1. `s3_access_key` : string, S3 access key
0 commit comments