Files
dockerhub-autobuild/motsognir
Christian Richter 1027601623
Some checks reported errors
continuous-integration/drone/pr Build was killed
update readme
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-05-16 08:30:33 +02:00
..
2022-05-12 12:17:16 +02:00
2021-01-07 11:57:08 +01:00
2022-05-16 08:30:33 +02:00
2021-01-07 11:57:08 +01:00

motsognir

A container for the motsognir gopher server http://motsognir.sourceforge.net/

Running locally

amd64

$> docker run -p 70:70 -v /path/to/you/local/gopherfolder:/gopher dragonchaser/motsognir:latest-amd64 

arm64

$> docker run -p 70:70 -v /path/to/you/local/gopherfolder:/gopher dragonchaser/motsognir:latest-arm64

Notes:

  • motsognir.conf needs to live in /gopher
  • I suggest serving files from a subdirectory of /gopher
  • I suggest also to use the gopher user in the RunAsUser variable in /gopher/motsognir.conf
  • the container uses a bare minimal of an operating system needed to run motsognir, for debugging it might make sense to run apt-get install procps in the container