Update docs/docker_quickstart.md
Co-authored-by: Matthias <xmatthias@outlook.com>
This commit is contained in:
parent
0a0e7ce5f5
commit
f2add44253
@ -74,7 +74,7 @@ Create a new directory and place the [docker-compose file](https://raw.githubuse
|
|||||||
mkdir ft_userdata
|
mkdir ft_userdata
|
||||||
cd ft_userdata/
|
cd ft_userdata/
|
||||||
|
|
||||||
# arm64 images are not yer provided via Docker Hub and need to be build locally first. Depending on the device,
|
# arm64 images are not yet provided via Docker Hub and need to be build locally first. Depending on the device,
|
||||||
# this may take a few minutes (Apple M1) or up to two hours (Raspberry Pi)
|
# this may take a few minutes (Apple M1) or up to two hours (Raspberry Pi)
|
||||||
git clone https://github.com/freqtrade/freqtrade.git
|
git clone https://github.com/freqtrade/freqtrade.git
|
||||||
docker build -f ./freqtrade/docker/Dockerfile.aarch64 -t freqtradeorg/freqtrade:develop_arm64 freqtrade
|
docker build -f ./freqtrade/docker/Dockerfile.aarch64 -t freqtradeorg/freqtrade:develop_arm64 freqtrade
|
||||||
|
Loading…
Reference in New Issue
Block a user