Docker Compass

Visual navigation for the Clarity Engine container architecture

Container Architecture

clarity_ui

Port: 8080

React frontend

clarity_core

Port: 5000

Flask API backend

clarity_search

Port: 9200

clarity_audit

Port: 5601

Docker Commands

Basic Operations

docker compose up -d

Start services in detached mode

docker compose down

Stop and remove containers

docker compose logs -f

Follow container logs

Advanced Commands

docker compose build --no-cache

Rebuild without cache

docker exec -it clarity_core bash

Access core container

docker system prune -a

Clean unused resources