diff --git a/gimp/Dockerfile b/gimp/Dockerfile index 4afd6be..59d0b82 100644 --- a/gimp/Dockerfile +++ b/gimp/Dockerfile @@ -1,3 +1,13 @@ +# Run gimp in a contianer +# +# docker run -d \ +# -v /etc/localtime:/etc/localtime:ro \ +# -v /tmp/.X11-unix:/tmp/.X11-unix \ +# -e DISPLAY=unix$DISPLAY \ +# -v $HOME/Pictures:/root/Pictures \ +# --name gimp \ +# jess/gimp +# FROM debian:jessie MAINTAINER Jessica Frazelle diff --git a/remmina/Dockerfile b/remmina/Dockerfile index ed7b64b..f305f90 100644 --- a/remmina/Dockerfile +++ b/remmina/Dockerfile @@ -1,3 +1,13 @@ +# Run remmina 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/.remmina:/root/.remmina \ +# --name remmina \ +# jess/remmina +# FROM ubuntu:14.10 MAINTAINER Jessica Frazelle diff --git a/spotify-wine/Dockerfile b/spotify-wine/Dockerfile index ee75693..9343ef9 100644 --- a/spotify-wine/Dockerfile +++ b/spotify-wine/Dockerfile @@ -1,3 +1,14 @@ +# Run spotify windows app in a container with wine +# +# docker run --rm -it \ +# -v /etc/localtime:/etc/localtime:ro \ +# --cpuset-cpus 0 \ +# -v /tmp/.X11-unix:/tmp/.X11-unix \ +# -e DISPLAY=unix$DISPLAY \ +# --device /dev/snd:/dev/snd \ +# --name spotify-wine \ +# jess/spotify-wine bash +# FROM debian:jessie MAINTAINER Jessie Frazelle diff --git a/spotify/Dockerfile b/spotify/Dockerfile index 813f90a..453055c 100644 --- a/spotify/Dockerfile +++ b/spotify/Dockerfile @@ -1,3 +1,15 @@ +# Run spotify in a container +# +# docker run -d \ +# -v /etc/localtime:/etc/localtime:ro \ +# -v /tmp/.X11-unix:/tmp/.X11-unix \ +# -e DISPLAY=unix$DISPLAY \ +# --device /dev/snd:/dev/snd \ +# -v $HOME/.spotify/config:/root/.config/spotify \ +# -v $HOME/.spotify/cache:/root/.cache/spotify \ +# --name spotify \ +# jess/spotify +# FROM ubuntu:14.04 MAINTAINER Jessie Frazelle diff --git a/tor-browser/Dockerfile b/tor-browser/Dockerfile index 20531d0..838047a 100644 --- a/tor-browser/Dockerfile +++ b/tor-browser/Dockerfile @@ -29,8 +29,11 @@ ENV TOR_VERSION 4.5 RUN curl -sSL "https://www.torproject.org/dist/torbrowser/${TOR_VERSION}/tor-browser-linux64-${TOR_VERSION}_en-US.tar.xz" | tar -v -C /usr/local/bin -xJ --strip-components 1 +# good fonts +COPY local.conf /etc/fonts/local.conf + WORKDIR $HOME USER user ENTRYPOINT ["/bin/bash"] -CMD [ "/usr/local/bin/start-tor-browser" ] +CMD [ "/usr/local/bin/Browser/start-tor-browser" ] diff --git a/tor-browser/local.conf b/tor-browser/local.conf new file mode 100644 index 0000000..51dd0d3 --- /dev/null +++ b/tor-browser/local.conf @@ -0,0 +1,29 @@ + + + + + +rgb + + + + +true + + + + +hintslight + + + + +true + + + + +lcddefault + + +