docker-bench-security/distros/README.md
Thomas Sjögren 7afc408e49 remove Dockerfile from readme
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
2015-06-26 02:18:56 +02:00

18 lines
561 B
Markdown

# Distribution specific Dockerfiles
## Requirements
### Dockerfile name
The format should be `Dockerfile.{distribution name}`.
### Keep your images up-to-date
Use the distribution package manager to keep your image up-to-date.
### REPOSITORY
Add a `REPOSITORY` comment with the URL to your GitHub repository where the Dockerfile is present.
`# REPOSITORY <GitHub repository>`
### MAINTAINER
Add the `MAINTAINER` instruction and your contact details, GitHub aliases are acceptable.
For an example Dockerfile, please refer to `Dockerfile.alpine`.