1 2 3 4 5 6 7 8 9 10 11
# Base image FROM debian:jessie # Metadata MAINTAINER Camil Staps <info@camilstaps.nl> # Derivations from base image RUN apt-get update -qq && apt-get install -qq -y fortune # Command ENTRYPOINT /usr/games/fortune CMD -s