Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 455 Bytes

WEB_DOCKER.md

File metadata and controls

18 lines (16 loc) · 455 Bytes

Karavan in Docker

Requirements

  1. Linux or MacOS
  2. Docker Engine 24+

How to run Karavan on Docker

  1. Download docker-compose.yaml
  2. Set Environment Variables for Git Repository and Container Image Registry connections in docker-compose.yaml
  3. Create network
    docker network create karavan
    
  4. Start Karavan
    docker compose up
    
  5. Open http://localhost:8080