💾 Archived View for cjc.im › 2016 › 06 › 20 › Docker-tor-client › index.gmi captured on 2022-07-16 at 13:47:19. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2022-03-01)

-=-=-=-=-=-=-

Docker tor client

Jun 20, 2016

I have been playing with Docker as a lightweight alternative to using full on virtual machines for specific tasks as the Compute Stick isn't exactly the most powerful machine in the world.

For my first little image I built a very minimal tor client that uses elinks and torify to be able to connect to websites via tor, or access onion addresses.

You can find the source for the Docker file here[1] or run it with:

1: https://github.com/i-am-cjc/docker-tor

Back to home page