it-tools
it-tools copied to clipboard
[NEW TOOL] docker-compose-to-docker-run-converter
What tool do you want? Currently there is docker-run-to-docker-compose-converter. Would be awesome to have the other way round as well: Quickly convert a Docker Run command into a Compose file.
Is their example of this tool in the wild? https://8gwifi.org/dc2.jsp Unfortunately it is only a serverside tool.
I actually corrected many things on "docker run to docker-compose" (from Mark Larah, https://www.composerize.com/) and created the reverse (https://www.decomposerize.com/) and a converter for V1 and V2 (https://www.composeverter.com/)
Currently, it-tools use another package "composerize-ts" that as less functionalities. May be will provide PR to update and create a decomposerize and composeverter tool
Hi @CorentinTh, implemented in #847