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)

  • Lodra@programming.dev
    link
    fedilink
    English
    arrow-up
    15
    ·
    3 months ago

    I recently discovered k3d. It’s a light wrapper around k3s, which is kubernetes on docker. It’s amazingly easy to use! If you have docker installed, you can learn the commands and create a k8s cluster in under 5 minutes.

    For anyone like me that likes k8s, k3d is a fantastic alternative to docker compose!

  • damnthefilibuster@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    3 months ago

    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.

  • wreckedcarzz@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    3 months ago

    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.