Composerize - online tool converts docker commands to compose yml (www.composerize.com)
from perishthethought@lemm.ee to selfhosted@lemmy.world on 07 Apr 2024 02:36
https://lemm.ee/post/28803127

I had an issue recently with getting FileBrowser to run and while researching that, I found this tool which creates a docker-compose.yml file from a docker run command. It worked well for me, so I am passing it along to you all. I hope someone else finds this helpful.

(Not my tool / site, to be clear)

#selfhosted

threaded - newest

shnizmuffin@lemmy.inbutts.lol on 07 Apr 2024 03:58 next collapse

Hey I love this tool but be careful if your docker run command is super long or complicated, it’s not perfect.

damnthefilibuster@lemmy.world on 07 Apr 2024 05:17 next collapse

I use this almost every time I need to launch something on my Portainer setup. It’s not perfect but works like a charm to convert simpler docker runs into yaml files.

jws_shadotak@sh.itjust.works on 07 Apr 2024 06:45 next collapse

it-tools.tech/docker-run-to-docker-compose-conver…

wreckedcarzz@lemmy.world on 08 Apr 2024 00:06 collapse

I use Dockge (in addition to portainer as a ‘something went sideways and I need more capabilities’), which has this ability built-in. It’s quite nice.