Skip to content

Installation Guide for Docker

  1. Pull the Docker Image

    docker pull alex-bruun/magi:latest
    
  2. Run the Docker Container

    docker run -d --name magi alex-bruun/magi:latest
    
  3. Verify Installation

    Check that the container is running:

    docker ps
    

    You should see magi listed.