migrate it to Java I2P instead

This commit is contained in:
eyedeekay
2024-09-02 23:38:32 -04:00
parent 2b14ffbf9b
commit 6e8db96b3e
2 changed files with 11 additions and 0 deletions

View File

@ -77,3 +77,12 @@ Takes environment variables for configuration:
NETNAME - docker network name
DEFAULT_ARGS - default arguments for binary
docker build -t geti2p/i2p .
docker run \
-e JVM_XMX=256m \
-v i2phome:/i2p/.i2p \
-v i2ptorrents:/i2psnark \
-p 16657:7657 \
-p 12345:12345 \
-p 54321:54321/udp \
geti2p/i2p-testnet:latest