From eddf0cb67cdcebf9f06c6158af94c22d7adc77d0 Mon Sep 17 00:00:00 2001 From: Jessica Frazelle Date: Fri, 24 Jul 2015 16:36:17 -0700 Subject: [PATCH] tabs vs spaces Signed-off-by: Jessica Frazelle --- chrome/stable/Dockerfile | 20 ++++++++++---------- libreoffice/Dockerfile | 16 ++++++++-------- lynx/Dockerfile | 6 +++--- mutt/Dockerfile | 12 ++++++------ rainbowstream/Dockerfile | 12 ++++++------ 5 files changed, 33 insertions(+), 33 deletions(-) diff --git a/chrome/stable/Dockerfile b/chrome/stable/Dockerfile index a6463fb..d90eeb1 100644 --- a/chrome/stable/Dockerfile +++ b/chrome/stable/Dockerfile @@ -1,16 +1,16 @@ # Run Chrome in a container # # docker run -it \ -# --net host \ # may as well YOLO -# --cpuset-cpus 0 \ # control the cpu -# --memory 512mb \ # max memory it can use -# -v /tmp/.X11-unix:/tmp/.X11-unix \ # mount the X11 socket -# -e DISPLAY=unix$DISPLAY \ -# -v $HOME/Downloads:/root/Downloads \ -# -v $HOME/.config/google-chrome/:/data \ # if you want to save state -# --device /dev/snd \ # so we have sound -# --name chrome \ -# jess/chrome +# --net host \ # may as well YOLO +# --cpuset-cpus 0 \ # control the cpu +# --memory 512mb \ # max memory it can use +# -v /tmp/.X11-unix:/tmp/.X11-unix \ # mount the X11 socket +# -e DISPLAY=unix$DISPLAY \ +# -v $HOME/Downloads:/root/Downloads \ +# -v $HOME/.config/google-chrome/:/data \ # if you want to save state +# --device /dev/snd \ # so we have sound +# --name chrome \ +# jess/chrome # # Base docker image diff --git a/libreoffice/Dockerfile b/libreoffice/Dockerfile index 249e684..16978b6 100644 --- a/libreoffice/Dockerfile +++ b/libreoffice/Dockerfile @@ -1,14 +1,14 @@ # Run Libreoffice in a container # docker run -d \ -# -v /etc/localtime:/etc/localtime:ro \ -# -v /tmp/.X11-unix:/tmp/.X11-unix \ -# -e DISPLAY=unix$DISPLAY \ -# -v $HOME/slides:/root/slides \ -# -e GDK_SCALE \ -# -e GDK_DPI_SCALE \ -# --name libreoffice \ -# jess/libreoffice +# -v /etc/localtime:/etc/localtime:ro \ +# -v /tmp/.X11-unix:/tmp/.X11-unix \ +# -e DISPLAY=unix$DISPLAY \ +# -v $HOME/slides:/root/slides \ +# -e GDK_SCALE \ +# -e GDK_DPI_SCALE \ +# --name libreoffice \ +# jess/libreoffice # FROM debian:jessie MAINTAINER Jessica Frazelle diff --git a/lynx/Dockerfile b/lynx/Dockerfile index 9826980..d0cc900 100644 --- a/lynx/Dockerfile +++ b/lynx/Dockerfile @@ -1,8 +1,8 @@ # Run Lynx in a conatiner # -# docker run --rm -it \ -# --name lynx \ -# jess/lynx github.com/jfrazelle +# docker run --rm -it \ +# --name lynx \ +# jess/lynx github.com/jfrazelle # FROM debian:jessie MAINTAINER Jessica Frazelle diff --git a/mutt/Dockerfile b/mutt/Dockerfile index 34efe1d..7da130c 100644 --- a/mutt/Dockerfile +++ b/mutt/Dockerfile @@ -1,12 +1,12 @@ # Run Mutt from a container # docker run -it \ -# -v /etc/localtime:/etc/localtime \ -# -e GMAIL -e GMAIL_NAME \ # pass env variables to config -# -e GMAIL_PASS -e GMAIL_FROM \ -# -v $HOME/.gnupg:/home/user/.gnupg \ # so you can encrypt ;) -# --name mutt \ -# jess/mutt +# -v /etc/localtime:/etc/localtime \ +# -e GMAIL -e GMAIL_NAME \ # pass env variables to config +# -e GMAIL_PASS -e GMAIL_FROM \ +# -v $HOME/.gnupg:/home/user/.gnupg \ # so you can encrypt ;) +# --name mutt \ +# jess/mutt # FROM debian:sid MAINTAINER Jessica Frazelle diff --git a/rainbowstream/Dockerfile b/rainbowstream/Dockerfile index 11e3b29..12a3c8b 100644 --- a/rainbowstream/Dockerfile +++ b/rainbowstream/Dockerfile @@ -1,11 +1,11 @@ # 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 +# 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