This commit is contained in:
Michael Feng
2023-04-17 15:15:50 -07:00
parent bb92f3cf4b
commit 1e2be4b96f
12 changed files with 269 additions and 426 deletions

View File

@@ -6,17 +6,7 @@ This repository provides various examples of how to deploy Hummingbot using Dock
It also contains standalone bash scripts that assist you to setting up Hummingbot with Docker, but we recommend using Docker Compose instead.
## Why use Docker Compose?
Using Docker for Hummingbot deployment offers several benefits, such as simplifying the installation process, enabling easy versioning and scaling, and ensuring a consistent and isolated environment for running the bot. This repository aims to help users get started with deploying Hummingbot using Docker by providing different examples that demonstrate how to set up and customize the bot according to their needs.
The recommended way to get Docker Compose is to install [Docker Desktop](https://www.docker.com/products/docker-desktop/), which includes Docker Compose along with Docker Engine and Docker CLI which are Compose prerequisites.
Docker Desktop is available on:
* [Linux](https://docs.docker.com/desktop/install/linux-install/)
* [Mac](https://docs.docker.com/desktop/install/mac-install/)
* [Windows](https://docs.docker.com/desktop/install/windows-install/)
See [Docker](./DOCKER.md) for more information about how to install and use Docker.
## How do I use this repo?