Docker Run to Compose & K8s Converter
Paste any docker run command to get clean Compose and Kubernetes YAML. Env vars, volumes, and ports extracted automatically — nothing leaves your device.
💡Help shape DevUtils.lol
No black-box support tickets. DevUtils.lol is built for you. Report bugs directly to our public repo, or come hang out with other devs in the community.
Frequently Asked Questions
Yes. Paste your full docker run command, including line continuations (backslashes), and the tool will parse all flags, volumes, ports, and environment variables automatically.
Yes. In addition to docker-compose.yml, the tool generates a Kubernetes Deployment manifest with proper resource specs and environment configuration.
The tool automatically detects -e and --env flags, extracts key-value pairs, and organizes them into a clean environment section in both Compose and K8s output.
Yes. All -v/--volume, --mount, --network, and -p/--publish flags are parsed and converted into proper Compose volumes, networks, and ports sections.
Absolutely. The conversion runs 100% in your browser — your commands, secrets, and env vars never leave your device.