From 535592578db1b684a3d74e79ef18ba17aab003de Mon Sep 17 00:00:00 2001 From: dardonacci <36869960+cardosofede@users.noreply.github.com> Date: Thu, 23 Feb 2023 16:23:59 -0300 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 510825f..f7236d3 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,8 @@ Using Docker for Hummingbot deployment offers several benefits, such as simplify The repository includes multiple Docker Compose files, each showcasing a different deployment scenario, such as running Hummingbot with different exchange connectors, customizing the configuration, or integrating with other services. Additionally, the repository provides a detailed README file that guides users through the steps required to deploy Hummingbot using Docker, including how to build and run the containers, how to configure the bot, and how to monitor its performance. This repository is intended for developers and traders who want to deploy Hummingbot using Docker and explore its features and capabilities. Contributions are welcome, and users are encouraged to share their own examples and use cases for deploying Hummingbot with Docker.. + +## IMPORTANT +All the docker-compose files are using hummingbot/hummingbot:latest and hummingbot/gateway:latest as images to create the containers. If you are using a machine with ARM I strongly recommend you to build your local image by cloning the official repository and then running: +docker build -f Dockerfile.arm -t hummingbot/hummingbot:arm . +This will build the image for your architecture and the performance will be better.