If you already have Docker installed, use the following commands to install and start Hummingbot:
wget https://raw.githubusercontent.com/CoinAlpha/hummingbot/development/installation/docker-commands/create.sh
chmod a+x create.sh
./create.sh
The following instructions install both Docker and Hummingbot.
Supported versions: 16.04 LTS, 18.04 LTS, 19.04
wget https://raw.githubusercontent.com/CoinAlpha/hummingbot/development/installation/install-docker/install-docker-ubuntu.sh
wget https://raw.githubusercontent.com/CoinAlpha/hummingbot/development/installation/docker-commands/create.sh
chmod a+x *.sh
./install-docker-ubuntu.sh
./create.sh
Supported version: Debian GNU/Linux 9
wget https://raw.githubusercontent.com/CoinAlpha/hummingbot/development/installation/install-docker/install-docker-debian.sh
wget https://raw.githubusercontent.com/CoinAlpha/hummingbot/development/installation/docker-commands/create.sh
chmod a+x *.sh
./install-docker-debian.sh
Note: the above script will close the terminal window to enable
docker
permissions. Open a new terminal window to proceed with Part 2.
./create.sh
Supported version: 7
wget https://raw.githubusercontent.com/CoinAlpha/hummingbot/development/installation/install-docker/install-docker-centos.sh
wget https://raw.githubusercontent.com/CoinAlpha/hummingbot/development/installation/docker-commands/create.sh
chmod a+x *.sh
./install-docker-centos.sh
Note: the above script will close the terminal window to enable
docker
permissions. Open a new terminal window to proceed with Part 2.
./create.sh
Once you have have installed Docker and Hummingbot, proceed to Docker commands for additional instructions, such as updating Hummingbot.