diff options
author | Camil Staps | 2016-10-10 13:41:15 +0200 |
---|---|---|
committer | Camil Staps | 2016-10-10 13:41:15 +0200 |
commit | 5ef33c75a37c70b98a4cd757d292fd4b2c8ff08d (patch) | |
tree | 70baa9ea9620ae4d022693ae3f88bfdfb6f85127 /examples | |
parent | Finish rough presentation (diff) |
Kleine aanpassingen tekst & volgorde
Diffstat (limited to 'examples')
-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 |