# Containerization Runbook ## Image Build ```bash docker build --build-arg NUGET_FEED_USERNAME= --build-arg NUGET_FEED_TOKEN= -t agilewebs/thalos-dal:dev . ``` ## Local Run ```bash docker run --rm -p 8080:8080 --name thalos-dal agilewebs/thalos-dal:dev ``` ## Health Probe - Path: `/health` - Fallback path: `/healthz` - Port: `8080` ## Runtime Notes - Exposes internal DAL lookup endpoints for identity token, policy, and permissions data.