Files
go-gittisane/DOCKER.md
2025-02-20 17:26:54 -05:00

400 B

Docker Instructions:

The Dockerfile in this repo assumes a completely self-contained setup, where I2P resides in the same container as gitea. This is purely for simplicity's sake. In order to build it, use:

docker build -t go-i2p/go-gittisane .

then in order to run it, use:

docker run --name i2p-gittisane -d go-i2p/go-gittisane
docker log i2p-gittinsane