Compose to Docker Run
Convert docker-compose services back into docker run commands — the reverse of the Docker Compose Converter. Useful for quick one-off debugging of a single service.
docker-compose.yml
docker run
output appears here
# Conversion runs entirely in your browser, powered by decomposerize. Compose-only concepts (depends_on, healthchecks, profiles) have no docker run equivalent and are dropped.