From 318c9734616eabda33c517cbf21c6a00e28c42cb Mon Sep 17 00:00:00 2001 From: creslin <34645187+creslinux@users.noreply.github.com> Date: Wed, 23 May 2018 15:20:16 +0300 Subject: [PATCH] Update to installation.md Added link to Docker issue on OSX with greater detail of the problem and work-around. --- docs/installation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/installation.md b/docs/installation.md index bba3ff66c..be8e2e501 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -137,6 +137,7 @@ There is known issue in OSX Docker versions after 17.09.1, whereby /etc/localtim ```bash docker run --rm -e TZ=`ls -la /etc/localtime | cut -d/ -f8-9` -v `pwd`/config.json:/freqtrade/config.json -it freqtrade ``` +More information on this docker issue and work-around can be read here: https://github.com/docker/for-mac/issues/2396 In this example, the database will be created inside the docker instance and will be lost when you will refresh your image.