Set up WaybackProxy to tunnel requests through the Internet Archive Wayback Machine
6.2K
This Docker image sets up WaybackProxy inside a docker container.
WaybackProxy is an HTTP proxy for tunneling requests through the Internet Archive Wayback Machine
To use docker-waybackproxy with follow these steps:
Clone and start the container:
docker run -p 8888:8888 \
docker.io/aguslr/waybackproxy:latest
Set your web browser to proxy HTTP requests via WaybackProxy.
Instead of pulling the image from a remote repository, you can build it locally:
Clone the repository:
git clone https://github.com/aguslr/docker-waybackproxy.git
Change into the newly created directory and use docker-compose to build and
launch the container:
cd docker-waybackproxy && docker-compose up --build -d
Content type
Image
Digest
sha256:3b4afcd8e…
Size
399.8 MB
Last updated
22 days ago
docker pull aguslr/waybackproxy