From f005c716937ee97d420209a8d40d190395fc26ea Mon Sep 17 00:00:00 2001 From: eyedeekay Date: Thu, 20 Feb 2025 17:26:54 -0500 Subject: [PATCH] Dockerize it --- DOCKER.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 DOCKER.md diff --git a/DOCKER.md b/DOCKER.md new file mode 100644 index 0000000..f5f1e95 --- /dev/null +++ b/DOCKER.md @@ -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 +``` \ No newline at end of file