A bash script to manage multiple Hummingbot trading bot instances running in separate Docker containers.
- 🐳 Manage multiple Hummingbot instances from one interface
- 📜 List all running Hummingbot containers
- ➕ Create new instances with isolated configurations
- 🔌 Attach to any running instance
- ⏹ Stop running instances
- 📁 Automatic directory management for each instance
- Docker installed and running
- Docker Compose (optional, for reference)
- Bash shell
-
Save the script to a file:
curl -o hummingbot-manager.sh https://raw.githubusercontent.com/danfercf1/hummingbot-manager/refs/heads/main/manager.sh