mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-01-18 16:22:33 +01:00
remove Dockerfile from readme
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
This commit is contained in:
parent
e2cd15bf52
commit
7afc408e49
1 changed files with 1 additions and 21 deletions
|
@ -15,24 +15,4 @@ Add a `REPOSITORY` comment with the URL to your GitHub repository where the Dock
|
|||
### MAINTAINER
|
||||
Add the `MAINTAINER` instruction and your contact details, GitHub aliases are acceptable.
|
||||
|
||||
## Example Dockerfile
|
||||
|
||||
```sh
|
||||
# REPOSITORY https://github.com/docker/docker-bench-security
|
||||
|
||||
MAINTAINER dockerbench.com
|
||||
|
||||
FROM alpine:3.1
|
||||
|
||||
RUN apk update && \
|
||||
apk upgrade && \
|
||||
apk --update add docker
|
||||
|
||||
RUN mkdir /docker-bench-security
|
||||
|
||||
COPY . /docker-bench-security
|
||||
|
||||
WORKDIR /docker-bench-security
|
||||
|
||||
ENTRYPOINT ["/bin/sh", "docker-bench-security.sh"]
|
||||
```
|
||||
For an example Dockerfile, please refer to `Dockerfile.alpine`.
|
||||
|
|
Loading…
Reference in a new issue