Skip to content

Commit

Permalink
added comment containing an explanation of the Dockerfile's purpose, …
Browse files Browse the repository at this point in the history
…including a link to the wiki page with detailed usage instructions
  • Loading branch information
feend78 authored and Griatch committed Jan 24, 2017
1 parent 3238617 commit 770b8f1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions 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"

Expand Down

0 comments on commit 770b8f1

Please sign in to comment.