Set up i2psnark torrent client to be used with an I2P server
3.6K
This Docker image sets up i2psnark torrent client to be used with an I2P server:
The Invisible Internet Project (I2P) is a fully encrypted private network layer.
To use i2psnark, follow these steps:
Clone and start the container:
docker run -p 8002:8002 -v "${PWD}"/data:/app/i2psnark docker.io/aguslr/i2psnark:latest
Access the console with your browser by going to http://127.0.0.1:8002.
Instead of pulling the image from a remote repository, you can build it locally:
Clone the repository:
git clone https://github.com/aguslr/docker-i2psnark.git
Change into the newly created directory and use docker-compose to build and
launch the container:
cd docker-i2psnark && docker-compose up --build -d
Content type
Image
Digest
sha256:e83b02a5b…
Size
21.2 MB
Last updated
3 months ago
docker pull aguslr/i2psnark