From af5ced62ca604846b5e9ab852c7d47c9c176c702 Mon Sep 17 00:00:00 2001 From: Hollie Teal Date: Tue, 12 Aug 2014 15:21:55 -0700 Subject: [PATCH] Added fredlf's suggested changes. Signed-off-by: Hollie Teal --- docs/sources/docker-hub/builds.md | 34 ++++++++++++++++++++++++------- 1 file changed, 27 insertions(+), 7 deletions(-) diff --git a/docs/sources/docker-hub/builds.md b/docs/sources/docker-hub/builds.md index 3e323af3c8..a3b0d4da6a 100644 --- a/docs/sources/docker-hub/builds.md +++ b/docs/sources/docker-hub/builds.md @@ -63,14 +63,24 @@ public or private GitHub repositories with a `Dockerfile`. ### GitHub Submodules -If your repository contains links to private submodules, you'll -need to add a deploy key so that the Docker Hub will be able to -clone the repository from GitHub. +<<<<<<< HEAD +If your GitHub repository contains links to private submodules, you'll +need to add a deploy key from your Docker Hub repository. Your Docker Hub deploy key is located under the "Build Details" -menu on the automated build's main page in the Hub. Add this key -to your GitHub submodule by viewing the Settings page for the +menu on the Automated Build's main page in the Hub. Add this key +to your GitHub submodule by visiting the Settings page for the repository on GitHub and selecting "Deploy keys". +======= +### GitHub Submodules + +If your repository contains links to private submodules, you'll need +to add a deploy key from Docker Hub. + +Your Docker Hub deploy key is located under the "Build Details" menu on +the automated build's main page in the Hub. Add this key to your GitHub +submodule by visiting the Settings page for the repository on GitHub and +selecting "Deploy keys". @@ -84,17 +94,27 @@ repository on GitHub and selecting "Deploy keys". - + - +
1. Your automated build's deploy key is in the "Build Details" menu under "Deploy keys".Your automated build's deploy key is in the "Build Details" menu +under "Deploy keys".
2. In your GitHub submodule's repository Settings page, add the deploy key from your Docker Hub Automated Build.In your GitHub submodule's repository Settings page, add the +deploy key from your Docker Hub Automated Build.
### GitHub Organizations +======= + In your GitHub submodule's repository Settings page, add the deploy key from your Docker Hub automated build. + + + + +### GitHub organizations +>>>>>>> dc8b070aaa6c0aa0a6f920ba1a033027b5700ee0 GitHub organizations will appear once your membership to that organization is made public on GitHub. To verify, you can look at the members tab for your