From 25bd3fc77708b1be5f0cbc140a42fe83f4a39bef Mon Sep 17 00:00:00 2001 From: Olivier Gambier Date: Mon, 8 Jun 2015 15:54:46 -0700 Subject: [PATCH] Link to compose Signed-off-by: Olivier Gambier --- docs/deploying.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/deploying.md b/docs/deploying.md index 46d9ce4c4..c0f31aacf 100644 --- a/docs/deploying.md +++ b/docs/deploying.md @@ -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.