Next load of docs validation fixes
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>master
							parent
							
								
									e66f9c1440
								
							
						
					
					
						commit
						e4acec1806
					
				| 
						 | 
					@ -18,7 +18,7 @@ will cause the Engine to receive a manifest it cannot use and the pull will fail
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Registry Manifest Support
 | 
					## Registry Manifest Support
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Historically, the registry has supported a [single manifest type](https://github.com/docker/distribution/blob/master/docs/spec/manifest-v2-1.md)
 | 
					Historically, the registry has supported a [single manifest type](./spec/manifest-v2-1.md)
 | 
				
			||||||
known as _Schema 1_.
 | 
					known as _Schema 1_.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
With the move toward multiple architecture images the distribution project
 | 
					With the move toward multiple architecture images the distribution project
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -49,7 +49,7 @@ Specifically, you might want to point your volume location to a specific place i
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### Alternatives
 | 
					### Alternatives
 | 
				
			||||||
 | 
					
 | 
				
			||||||
You should usually consider using [another storage backend](https://github.com/docker/distribution/blob/master/docs/storagedrivers.md) instead of the local filesystem. Use the [storage configuration options](https://github.com/docker/distribution/blob/master/docs/configuration.md#storage) to configure an alternate storage backend.
 | 
					You should usually consider using [another storage backend](./storage-drivers/index.md) instead of the local filesystem. Use the [storage configuration options](./configuration.md#storage) to configure an alternate storage backend.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Using one of these will allow you to more easily scale your registry, and leverage your storage redundancy and availability features. 
 | 
					Using one of these will allow you to more easily scale your registry, and leverage your storage redundancy and availability features. 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -29,7 +29,7 @@ You should use the Registry if you want to:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Users looking for a zero maintenance, ready-to-go solution are encouraged to head-over to the [Docker Hub](https://hub.docker.com), which provides a free-to-use, hosted Registry, plus additional features (organization accounts, automated builds, and more).
 | 
					Users looking for a zero maintenance, ready-to-go solution are encouraged to head-over to the [Docker Hub](https://hub.docker.com), which provides a free-to-use, hosted Registry, plus additional features (organization accounts, automated builds, and more).
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Users looking for a commercially supported version of the Registry should look into [Docker Trusted Registry](https://docs.docker.com/docker-trusted-registry/).
 | 
					Users looking for a commercially supported version of the Registry should look into [Docker Trusted Registry](/docker-trusted-registry/overview.md).
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Requirements
 | 
					## Requirements
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -63,7 +63,7 @@ This is more secure than the insecure registry solution.  You must configure eve
 | 
				
			||||||
 | 
					
 | 
				
			||||||
2. Be sure to use the name `myregistrydomain.com` as a CN.
 | 
					2. Be sure to use the name `myregistrydomain.com` as a CN.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
3. Use the result to [start your registry with TLS enabled](https://github.com/docker/distribution/blob/master/docs/deploying.md#get-a-certificate)
 | 
					3. Use the result to [start your registry with TLS enabled](./deploying.md#get-a-certificate)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
4. Instruct every docker daemon to trust that certificate.
 | 
					4. Instruct every docker daemon to trust that certificate.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -76,7 +76,7 @@ image manifest based on the Content-Type returned in the HTTP response.
 | 
				
			||||||
    - **`digest`** *string*
 | 
					    - **`digest`** *string*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        The digest of the content, as defined by the
 | 
					        The digest of the content, as defined by the
 | 
				
			||||||
        [Registry V2 HTTP API Specificiation](https://docs.docker.com/registry/spec/api/#digest-parameter).
 | 
					        [Registry V2 HTTP API Specificiation](api.md#digest-parameter).
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - **`platform`** *object*
 | 
					    - **`platform`** *object*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -191,7 +191,7 @@ image. It's the direct replacement for the schema-1 manifest.
 | 
				
			||||||
    - **`digest`** *string*
 | 
					    - **`digest`** *string*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        The digest of the content, as defined by the
 | 
					        The digest of the content, as defined by the
 | 
				
			||||||
        [Registry V2 HTTP API Specificiation](https://docs.docker.com/registry/spec/api/#digest-parameter).
 | 
					        [Registry V2 HTTP API Specificiation](api.md#digest-parameter).
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- **`layers`** *array*
 | 
					- **`layers`** *array*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -214,7 +214,7 @@ image. It's the direct replacement for the schema-1 manifest.
 | 
				
			||||||
    - **`digest`** *string*
 | 
					    - **`digest`** *string*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        The digest of the content, as defined by the
 | 
					        The digest of the content, as defined by the
 | 
				
			||||||
        [Registry V2 HTTP API Specificiation](https://docs.docker.com/registry/spec/api/#digest-parameter).
 | 
					        [Registry V2 HTTP API Specificiation](api.md#digest-parameter).
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - **`urls`** *array*
 | 
					    - **`urls`** *array*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue