Loading tool...
Convert docker run commands to docker-compose.yml
docker run
docker-compose.yml
Paste one or more docker run commands. Multi-line commands with \ are supported.
\
services: web: image: "nginx:latest" ports: - "8080:80"
Example inputs