---
title: "Pulling Koios Image"
slug: "pulling-koios-image"
updated: 2024-11-21T16:04:43Z
published: 2024-11-21T16:04:43Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ai-op.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Pulling Koios Image

Let’s get to the fun part, time to pull the Koios image down from the Ai-OPs, Docker Hub. Below is an example using a CLI.

```shell
sudo docker pull aiopinc/koios:latest
```

If you need to pull a specific version, replace `latest` with the version you would like.

#### Checking the Image

After the image has completed downloading, use the `docker image ls` command to confirm you see the correct Koios version in your image list.

### What’s Next?

Next, we will discuss how to run the image using a service file. It is very important you run the container correctly, failing to do so may result in loss of data or unknown behavior.
