Skip to content

lncm/docker-i2p

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

i2p in a docker container

About

Credit goes to docker-i2p for some of the legwork. It was not quite fully working but thanks to the debian instructions have managed to get this working. Will expend this further and support versioning.

Running

In Daemon mode

# Create data directory
mkdir i2p-data
# Run docker command 'i2p' being the i2p service
docker run --rm  --name i2p -d=true \
    -p 7657:7657 \
    -v $PWD/i2p-data:/var/lib/i2p/i2p-config:rw \
    nolim1t/i2p

About

i2p service in a docker container

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published