Docker run to Docker compose converter

Transforms docker run commands into docker-compose files!
How to use: Paste your docker run ... command below,and the tool will instantly convert it to a docker-compose.yml.
  • Supports most common docker run options (ports, volumes, env, restart, etc).
  • Click Copy to copy the result, or Download to save as docker-compose.yml.
  • Review the generated YAML before using it in your docker-compose.yml file.