mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-08 06:21:32 +01:00
add ricochet and cleanup
Signed-off-by: Jessica Frazelle <acidburn@docker.com>
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user