mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-27 12:23:35 +01:00
updated Rainbowstream's Dockerfile w/ command
This commit is contained in:
parent
f4e814130d
commit
1097ec8bbe
|
@ -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
|
FROM python:latest
|
||||||
MAINTAINER Jessica Frazelle <jess@docker.com>
|
MAINTAINER Jessica Frazelle <jess@docker.com>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user