This is the work in progress version of Docker image with WebOne Proxy Server by Alexander Tauenis 👍 on board.
Please refer to the original 🔥 Wiki page before to change configuration files.
- You can build an image yourself:
git clone ...
cd docker-webone
docker build --no-cache -t IMAGE_NAME .
docker run -d -p 8080:8080 -v /your/local/webone.config:/home/webone --name CONTAINER_NAME IMAGE_NAME
- Or download it from DockerHub.
Since WebOne version 0.17.0 there is Added support for browsing HTTPS with pre-2004 browsers without certificate
which seems to work fine in standalone versions, however it shows an issue (OpenSSL error - ca md too weak
) on Docker images. The Ubuntu based build was created for the purpose of testing this functionnality.