diff options
Diffstat (limited to 'examples/fortune')
-rw-r--r-- | examples/fortune/Dockerfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/fortune/Dockerfile b/examples/fortune/Dockerfile index b718b53..e14c71e 100644 --- a/examples/fortune/Dockerfile +++ b/examples/fortune/Dockerfile @@ -1,11 +1,11 @@ -# Base image +# Basisimage FROM debian:jessie # Metadata MAINTAINER Camil Staps <info@camilstaps.nl> -# Derivations from base image +# Aanpassing t.o.v. basisimage RUN apt-get update -qq && apt-get install -qq -y fortune -# Command +# Commando ENTRYPOINT /usr/games/fortune CMD -s |