Skip to main content
Page is under construction.
Feedback Welcome!
Complete: needs review
Dual AI & Video
1

Install Docker

If docker is already installed at or above version 20.10.x, you can skip this step.
You can check your version by running
docker --version
If you have an older version of Docker installed - you will need to update the Docker Engine and CLI.Follow the instructions for your OS and Docker type in the Docker Docs to install the latest version of Docker or follow the terminal command guide below:
2

Pull Livepeer Docker image

Fetch the latest Livepeer Docker image with the following command
docker pull livepeer/go-livepeer:master
3

Start Docker Volume

Start the Base Docker volume
  docker-compose up -d
  • On-chain files: ~/.lpData/arbitrum-one-mainnet
  • Off-chain files: ~/.lpData/offchain
  • AI files: ~/.ai-gateway-lpData
Volume names can be customised as desired to avoid conflicts between different setups or Gateway instances (e.g., ai-gateway-lpData, dual-gateway-lpData)

Next Step: Configure the Gateway

Jump to the configuration guide to see configuration options for the Gateway

I think the volumes section belongs in configuration not installation
Broken Link
Last modified on January 13, 2026