Easily turn docker run commands into docker-compose files

In this blog post I will cover about few libraries and websites which converts the docker run commands into docker-compose files. composerize composerize can be used from cli and website. Using from CLI composerize is available as npm package. install the composerize with following command. After installing you can use it like below to produce…