Has anyone ever tried to run sharrr in a container?

  • lemmyvore
    link
    fedilink
    English
    arrow-up
    1
    ·
    10 months ago

    Read up on it a bit, it’s fairly easy. It’s similar to writing compose files but those are for using the image, dockerfiles are how you put it together. You get to decide very similar things to compose — what image to use, what ports to expose — but you also get to run commands to set up the insides of the image.

    You do have to know a bit of Linux and how to setup the software you want to use though.