🐋
Docker Run → Compose
Convert docker run commands into docker-compose.yml service definitions
Supports multi-line commands with backslash line continuations
Supported flags: -p, -e, -v, --name, --hostname, --network, --restart, -l, --cap-add, --cap-drop, --device, --dns, --add-host, -u, -w, --entrypoint, -m, --cpus, --privileged, -it, --env-file, --mount
Tip: Multi-line commands with backslash continuations are supported — paste them as-is.