Dockerize it

This commit is contained in:
eyedeekay
2025-02-20 17:26:54 -05:00
parent 73e07bbecb
commit f005c71693

17
DOCKER.md Normal file
View File

@ -0,0 +1,17 @@
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:
```sh
docker build -t go-i2p/go-gittisane .
```
then in order to run it, use:
```sh
docker run --name i2p-gittisane -d go-i2p/go-gittisane
docker log i2p-gittinsane
```