mirror of
https://github.com/go-i2p/go-gittisane.git
synced 2025-06-08 09:16:22 -04:00
Dockerize it
This commit is contained in:
17
DOCKER.md
Normal file
17
DOCKER.md
Normal 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
|
||||||
|
```
|
Reference in New Issue
Block a user