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.
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.