<p><b>@blabno</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/2710#discussion_r278096938">docker/Dockerfile</a>:</p>
<pre style='color:#555'>> @@ -0,0 +1,14 @@
+FROM openjdk:10-jdk
+
+# This docker image should be used with
+# `docker run ... -v /path/to/host/dir:/root/.local/share/Bisq` in order to
+# persist Bisq configuration to the host.
+
+RUN apt-get update \
+  && apt-get install -y x11-apps \
+  && rm -rf /var/lib/apt/lists/*
+
+RUN mkdir /src && git clone https://github.com/bisq-network/bisq /src/bisq
+WORKDIR /src/bisq
+RUN ./gradlew build
+VOLUME /home/root/.local/share/Bisq
</pre>
<p>add <code>CMD ./bisq-desktop</code><br>
so that user could invoke <code>run</code> without additional command param</p>

<hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/2710#discussion_r278097839">docker/README.md</a>:</p>
<pre style='color:#555'>> @@ -0,0 +1,38 @@
+# Running Bisq using Docker
+
+Running Bisq using Docker has currently only been tested using Linux.
+
+## Build the image
+
+```sh
+docker build -t bisq .
+```
+
+## Running Bisq
</pre>
<p>It would be nice to have docker-compose configured with several containers like</p>
<ul>
<li>prod, which would have default volume bound to <code>$HOME/.local/share/Bisq</code></li>
<li>dev, without data dir volume bound</li>
</ul>
<p>That way user would only need to call <code>docker-compose up prod</code> or <code>docker-compose up dev</code></p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/bisq-network/bisq/pull/2710#pullrequestreview-230073070">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNSFWZWS5CR475NR2TDPSBG2FANCNFSM4HF25XVQ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AJFFTNS2M22XNUAZMWCC6LLPSBG2FANCNFSM4HF25XVQ.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/bisq-network/bisq","title":"bisq-network/bisq","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/bisq-network/bisq"}},"updates":{"snippets":[{"icon":"PERSON","message":"@blabno commented on #2710"}],"action":{"name":"View Pull Request","url":"https://github.com/bisq-network/bisq/pull/2710#pullrequestreview-230073070"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/bisq-network/bisq/pull/2710#pullrequestreview-230073070",
"url": "https://github.com/bisq-network/bisq/pull/2710#pullrequestreview-230073070",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>