I2P Address: [http://i2pgit.org]

Skip to content

Fix docker build

LoveIsGrief requested to merge loveisgrief/i2p.i2p:build-docker into master

The Dockerfile now results in a docker image that can be spun up and results in a running I2P router.

docker build -t i2p .
docker run --rm --name i2p i2p

A CI job has also been added to make sure that the docker image can be built. Resulting pipelines can be seen on the MR on gitlab.com(it only exists to create the pipeline until pipelines work here)

Fixes #6 (closed)

Edited by LoveIsGrief

Merge request reports