Docker Run to Compose Converter
Convert docker run CLI commands to Docker Compose YAML format
How to use
Paste a docker run command into the input field and click Convert. The tool parses common flags like -p (ports), -e (env), -v (volumes), --name, --restart, --network and generates the equivalent docker-compose YAML.