Installing Docker Engine
Koios runs as a Docker container, so Docker Engine must be installed on the host machine. This page covers the essentials.
Docker Engine, Not Docker Desktop
Install Docker Engine
Follow the official Docker documentation to install Docker Engine on Ubuntu:
- Set up Docker's
aptrepository - Install the
docker-cepackage - Verify the installation
Refer to the official Docker Engine installation guide for Ubuntu for detailed, up-to-date instructions.
Post-Install: Add Your User to the Docker Group
By default, Docker commands require sudo. To run Docker as your regular user:
Log out and back in for the group change to take effect.
Verify the Installation
If both commands succeed, Docker is ready.
What's Next
- Pulling Koios Image — download the Koios Docker image
