$ decomposerize
npmShareVB on GitHubgithub

Convert your docker compose file to $ docker run command(s) :)

Paste your docker compose file content into the box below!

Looking for the reverse (docker run command(s) to Docker compose) ? Try Composerize

Want to convert from Docker compose file formats ? Try Composeverter

1
2
3
4
5
6
7
8
9
10
11
12
Output

Copy ready docker run command(s)

For more help, please consult the docker run documentation.

docker run -p 80:80 -v /var/run/docker.sock:/tmp/docker.sock:ro --restart always --log-opt max-size=1g nginx