Docker

Docker-compose installation

Docker-compose installation is available only for Team tier and Premium tier.

2 Step installation

Here is how to install AimHub via docker-compose in 3 steps:

Step 1

Download the docker-compose file and the env file

wget [docker-compose URL]
wget [env file]

Step 2

docker compose --env-file /path/to/downloaded/env/file up -d

AimHub UI can be accessed via http://0.0.0.0:8080

2 Step migration from Aim to AimHub

Step 1

Install the aimhub-client that’s fully compatible with Aim APIs, no need to change code:

pip install aimhub-client

Step 2

Change the target tracking URL to the AimHub remote tracking server

Last updated