Sign inSign up

aguslr/i2psnark

By aguslr

Updated 3 months ago

Set up i2psnark torrent client to be used with an I2P server

Image
0

3.6K

aguslr/i2psnark repository overview

aguslr/docker-i2psnark

docker-pulls image-size

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.

Installation

To use i2psnark, follow these steps:

  1. Clone and start the container:

    docker run -p 8002:8002 -v "${PWD}"/data:/app/i2psnark docker.io/aguslr/i2psnark:latest
    
  2. Access the console with your browser by going to http://127.0.0.1:8002.

Build locally

Instead of pulling the image from a remote repository, you can build it locally:

  1. Clone the repository:

    git clone https://github.com/aguslr/docker-i2psnark.git
    
  2. Change into the newly created directory and use docker-compose to build and launch the container:

    cd docker-i2psnark && docker-compose up --build -d
    

Tag summary

Content type

Image

Digest

sha256:e83b02a5b

Size

21.2 MB

Last updated

3 months ago

docker pull aguslr/i2psnark