This is a docker container for obfsproxy
Install docker first.
Execute docker run --rm -p 8080:8080 derenderkeks/obfsproxy obfsproxy <Arguments> to start obfsproxy with given arguments in foreground.
To start the container detached execute docker run --name obfsproxy -p 8080:8080 -d derenderkeks/obfsproxy obfsproxy <Arguments> instead.
Start and stop it using docker start obfsproxy and docker stop obfsproxy.
If you prefer to use docker-compose you can use the included gen_config.sh script. Don't forget to install docker and docker-compose first.
Execute ./gen_config.sh to get the usage of obfsproxy. Then, execute ./gen_config.sh <obfsproxy arguments> to generate the docker-compose.yml file with the given arguments.
Now start the container with docker-compose up or docker-compose up -d for detached mode. Stop it using docker-compose stop.
Content type
Image
Digest
Size
81.9 MB
Last updated
over 9 years ago
docker pull derenderkeks/obfsproxy