add ricochet and cleanup

Signed-off-by: Jessica Frazelle <acidburn@docker.com>
This commit is contained in:
Jessica Frazelle
2015-09-13 05:56:30 +00:00
parent b00e5a2796
commit ff6d4414bf
3 changed files with 61 additions and 15 deletions

View File

@@ -1,13 +1,12 @@
# run a privoxy in a container and link to a tor socks proxy container
#
# Exit relay:
# docker run -d \
# --restart always \
# --link torproxy:torproxy \
# -v /etc/localtime:/etc/localtime:ro \
# -p 8118:8118 \
# --name privoxy \
# jess/privoxy
# docker run -d \
# --restart always \
# --link torproxy:torproxy \
# -v /etc/localtime:/etc/localtime:ro \
# -p 8118:8118 \
# --name privoxy \
# jess/privoxy
#
FROM alpine:latest
MAINTAINER Jessica Frazelle <jess@docker.com>