Docs
/
Installation
/

Pulling Koios Image

Pulling Koios Image

The Koios Docker image is hosted on Docker Hub. Pull it to your server before starting the container.

Pull the Latest Image

docker pull aiopinc/koios:latest

The image is approximately 2 GB. Download time depends on your internet connection.

Pull a Specific Version

To pin a specific release version:

docker pull aiopinc/koios:v1.0.0

Replace v1.0.0 with the desired version tag.

Verify the Image

Confirm the image was downloaded successfully:

docker images | grep aiopinc/koios

You should see the aiopinc/koios image listed with the appropriate tag.

What's Next