<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Docker :: goshs Documentation</title>
    <link>https://docs.goshs.de/en/installation/dockerimage/index.html</link>
    <description>How to use goshs with docker There is an official goshs image at the Docker Hub. You can pull the image:&#xA;docker pull patrickhener/goshsAnd then use it like:&#xA;docker run --rm -it -p 8000:8000 -v &#34;$PWD:/pwd&#34; patrickhener/goshs:latest -d /pwd Info Make sure to point -v to the directory you want to expose and adjust -p if you are changing the default port.&#xA;Warning Files will be uploaded to /root inside the container and will not be accessible via the mounted volume, unless you specify -uf /pwd to match the folder specified with -d.</description>
    <generator>Hugo</generator>
    <language>en-US</language>
    <lastBuildDate></lastBuildDate>
    <atom:link href="https://docs.goshs.de/en/installation/dockerimage/index.xml" rel="self" type="application/rss+xml" />
  </channel>
</rss>