Skip to content

Commit

Permalink
Merge pull request moby#7546 from hollietealok/master
Browse files Browse the repository at this point in the history
Added fredlf's suggested changes.
  • Loading branch information
Fred Lifton committed Aug 15, 2014
2 parents 5a1e4a1 + e608312 commit 4bcc7e2
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions docs/sources/docker-hub/builds.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,12 @@ 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.
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".

<table class="table table-bordered">
Expand All @@ -84,12 +83,14 @@ repository on GitHub and selecting "Deploy keys".
<tr>
<td>1.</td>
<td><img src="/docker-hub/hub-images/deploy_key.png"></td>
<td>Your automated build's deploy key is in the "Build Details" menu under "Deploy keys".</td>
<td>Your automated build's deploy key is in the "Build Details" menu
under "Deploy keys".</td>
</tr>
<tr>
<td>2.</td>
<td><img src="/docker-hub/hub-images/github_deploy_key.png"></td>
<td>In your GitHub submodule's repository Settings page, add the deploy key from your Docker Hub Automated Build.</td>
<td>In your GitHub submodule's repository Settings page, add the
deploy key from your Docker Hub Automated Build.</td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit 4bcc7e2

Please sign in to comment.