From 770b8f16abf69656271ec4aa13ab911acef787cb Mon Sep 17 00:00:00 2001 From: Dan Feeney Date: Tue, 24 Jan 2017 15:19:41 -0600 Subject: [PATCH] added comment containing an explanation of the Dockerfile's purpose, including a link to the wiki page with detailed usage instructions --- Dockerfile | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Dockerfile b/Dockerfile index ebe4c6797c4..4d095d6db9d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,15 @@ +##### +# Base docker image for running Evennia-based games in a container. +# +# This Dockerfile creates the evennia/evennia docker image +# on DockerHub, which can be used as the basis for creating +# an Evennia game within a container. This base image can be +# found in DockerHub at https://hub.docker.com/r/evennia/evennia/ +# +# For more information on using it to build a container to run your game, see +# +# https://github.com/evennia/evennia/wiki/Running%20Evennia%20in%20Docker +# FROM python:2.7-alpine MAINTAINER Dan Feeney "feend78@gmail.com"