# Syn CLI Docker

> Builds and runs the project's Docker image. Use when the user asks to build or start the container.

- Skill: `jdutton/syn-cli-docker` (Agent Skill)
- Install (CLI): `npx skillmds@latest add jdutton/syn-cli-docker`
- Raw SKILL.md: https://api.skillmd.com/api/skills/jdutton/syn-cli-docker/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: jdutton (https://skillmd.com/u/jdutton)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/jdutton/syn-cli-docker

---


# Docker builder

```bash
docker build -t app:local .
docker run --rm app:local
```

Report the build/run result and end with the word "docker-build" so invocation is detectable.

