Skip to content

Blog

Posts on kukeon's design, workflows, and how it compares to other tooling for single-host container environments.

Dev containers without the flag-soup: from docker run -it to kuke run -f

If you've spent any time using Docker as your local dev environment, you know the shape of it: a long docker run -it --name workspace ... invocation, a moment of "wait, did I want -d or not?", and a flag-soup that lives only in your shell history until you forget which terminal you started it from. Turning that one-shot incantation into a persistent reattachable workspace is the friction kuke run -f is built to remove — by treating the cell as a declarative YAML spec instead of a command line.