Compare commits

..

1 Commits

Author SHA1 Message Date
Christian Richter
a4fb6a7ec4 add nightly
Some checks reported errors
continuous-integration/drone/pr Build was killed
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-05-16 08:20:44 +02:00

View File

@@ -4,16 +4,16 @@ A container for the motsognir gopher server http://motsognir.sourceforge.net/
## Running locally ## Running locally
**amd64** **x86_64**
``` ```
$> docker run -p 70:70 -v /path/to/you/local/gopherfolder:/gopher dragonchaser/motsognir:latest-amd64 $> docker run -p 70:70 -v /path/to/you/local/gopherfolder:/gopher dragonchaser/motsognir:latest
``` ```
**arm64** **arm32v7**
``` ```
$> docker run -p 70:70 -v /path/to/you/local/gopherfolder:/gopher dragonchaser/motsognir:latest-arm64 $> docker run -p 70:70 -v /path/to/you/local/gopherfolder:/gopher dragonchaser/motsognir:latest-arm32v7
``` ```
**Notes:** **Notes:**