forked from github/github-services
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocker
More file actions
11 lines (7 loc) · 814 Bytes
/
Copy pathdocker
File metadata and controls
11 lines (7 loc) · 814 Bytes
1
2
3
4
5
6
7
8
9
10
11
Docker
======
**Important**: Only add this to a public GitHub repo, or else your private code will end up on the public Docker Index.
When enabled this will let the Docker Index know when you have made changes to your repository. The Docker Index will then pull down your repository and build your Dockerfile to create a Docker repository and push it onto the Docker Index so that it is available for others to download. When you commit changes to your git Repo the Docker Index will keep the Docker Repository up to date.
In order for this to work correctly, you should have the following:
1. A [Docker Index](https://index.docker.io "Docker Index") Account, that is linked to your GitHub account.
2. A [Dockerfile](http://docs.docker.io/en/latest/use/builder/ "Dockerfile") at root of your project directory.