From 38fd361c6865ec3986748b27f25bb90452472c1c Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 14 May 2020 14:40:40 +0200 Subject: [PATCH 1/2] Add note about PI and docker --- docs/docker.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/docker.md b/docs/docker.md index ad98864a6..9e4e8eefc 100644 --- a/docs/docker.md +++ b/docs/docker.md @@ -22,6 +22,9 @@ Freqtrade provides an official Docker image on [Dockerhub](https://hub.docker.co !!! Note All below comands use relative directories and will have to be executed from the directory containing the `docker-compose.yml` file. +!!! Note "Docker on Raspberry" + If you're running freqtrade on a Raspberry PI, you must change the image from `freqtradeorg/freqtrade:master` to `freqtradeorg/freqtrade:master_pi` or ``freqtradeorg/freqtrade:develop_pi`, otherwise the image will not work. + ### Docker quick start Create a new directory and place the [docker-compose file](https://github.com/freqtrade/freqtrade/blob/develop/docker-compose.yml) in this directory. From fb92300cfab9da7069b506a9943699d268b8066e Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 14 May 2020 15:48:23 +0200 Subject: [PATCH 2/2] Update docs/docker.md Co-authored-by: hroff-1902 <47309513+hroff-1902@users.noreply.github.com> --- docs/docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docker.md b/docs/docker.md index 9e4e8eefc..92478088a 100644 --- a/docs/docker.md +++ b/docs/docker.md @@ -23,7 +23,7 @@ Freqtrade provides an official Docker image on [Dockerhub](https://hub.docker.co All below comands use relative directories and will have to be executed from the directory containing the `docker-compose.yml` file. !!! Note "Docker on Raspberry" - If you're running freqtrade on a Raspberry PI, you must change the image from `freqtradeorg/freqtrade:master` to `freqtradeorg/freqtrade:master_pi` or ``freqtradeorg/freqtrade:develop_pi`, otherwise the image will not work. + If you're running freqtrade on a Raspberry PI, you must change the image from `freqtradeorg/freqtrade:master` to `freqtradeorg/freqtrade:master_pi` or `freqtradeorg/freqtrade:develop_pi`, otherwise the image will not work. ### Docker quick start