Skip to content
This repository has been archived by the owner on Aug 10, 2022. It is now read-only.

padhi-homelab/docker_i2p

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker_i2p

A multiarch i2p Docker image, based on Alpine Linux.

386 amd64 arm/v6 arm/v7 arm64 ppc64le s390x
✖️ ✔️ ✖️ ✖️ ✔️ ✖️ ✖️

Usage

docker run \
    -e JVM_XMX=256m \
    -v /my/path/to/i2phome:/i2p/.i2p \
    -v /my/path/to/i2ptorrents:/i2psnark \
    -p 4444:4444 \        # HTTP proxy
    -p 6668:6668 \        # IRC proxy
    -p 7657:7657 \        # Router console
    -p 54321:12345 \      # I2NP needs TCP & UDP.
    -p 54321:12345/udp \  # I2NP needs TCP & UDP.
    padhihomelab/i2p

Runs i2p server and only exposes the ports above.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published