Skip to content
Effloow

Docker Run → Compose Converter

Paste a docker run command, get a docker-compose.yml service. Everything runs in your browser.

docker-compose.yml
services:
  app:
    image: "paste a docker run command"

Supported flags

-d, --name, -p/--publish, -v/--volume, --mount, -e/--env, --env-file, -w/--workdir, --restart, --network, --gpus, --device, --cap-add, --security-opt, --user/-u, --hostname, --pull, --health-cmd, plus the trailing image and command. Unmappable flags are listed as warnings — nothing is silently dropped.

Related reading

Find these tools useful?

Get one short weekly dispatch with new tools, guides, and what we tested. No spam, unsubscribe anytime.