# Syn CLI Docker

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

- Skill: `tomevault-io/syn-cli-docker` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/syn-cli-docker`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/syn-cli-docker/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/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.

---
> Source: [jdutton/vibe-agent-toolkit](https://github.com/jdutton/vibe-agent-toolkit) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-06-15 -->

