Update to installation.md

Added link to Docker issue  on OSX with greater detail of the problem and work-around.
This commit is contained in:
creslin
2018-05-23 15:20:16 +03:00
committed by GitHub
parent 34e78a7400
commit 318c973461

View File

@@ -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.