updated Rainbowstream's Dockerfile w/ command

This commit is contained in:
Jaren Glover 2015-07-19 16:56:03 -04:00 committed by Jessica Frazelle
parent f4e814130d
commit 1097ec8bbe

View File

@ -1,3 +1,12 @@
# Run Rainbowstream in a container
#
# docker run -it --rm \
# -v /etc/localtime:/etc/localtime \
# -v $HOME/.rainbow_oauth:/root/.rainbow_oauth \ # mount config files
# -v $HOME/.rainbow_config.json:/root/.rainbow_config.json \
# --name rainbowstream \
# jess/rainbowstream
#
FROM python:latest
MAINTAINER Jessica Frazelle <jess@docker.com>