Link to compose

Signed-off-by: Olivier Gambier <olivier@docker.com>
pull/553/head
Olivier Gambier 2015-06-08 15:54:46 -07:00
parent b8d785c79e
commit 25bd3fc777
1 changed files with 1 additions and 3 deletions

View File

@ -119,11 +119,9 @@ Then you have to instruct every docker daemon to trust that certificate. This is
- you have to configure every docker daemon that wants to access your registry
## Using Compose
It's highly recommended to use Docker Compose to facilitate managing your Registry configuration.
It's highly recommended to use [Docker Compose](https://docs.docker.com/compose/) to facilitate managing your Registry configuration.
Here is a simple `docker-compose.yml` that does setup your registry exactly as above, with TLS enabled.