mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-11 15:32:41 +01:00
updated Rainbowstream's Dockerfile w/ command
This commit is contained in:
committed by
Jessica Frazelle
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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user