diff options
Diffstat (limited to 'terminaldweller.com/gophernicus')
-rwxr-xr-x | terminaldweller.com/gophernicus/run.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/terminaldweller.com/gophernicus/run.sh b/terminaldweller.com/gophernicus/run.sh new file mode 100755 index 0000000..9c8502a --- /dev/null +++ b/terminaldweller.com/gophernicus/run.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env sh + +docker run --hostname gopher.terminaldweller.com -p 70:70 -v .:/var/gopher joshkaiju/gophernicus |