• towerful@programming.dev
    link
    fedilink
    arrow-up
    6
    ·
    11 months ago

    Yeh, docker is sweet. Docker compose is even better.
    It’s great when you start dockerising things yourself, and stuff just works.

    A note, tho. Docker is a brand name. Open Container Initiative (or OCI) is the open source equivalent. Its mostly compatible (IE compatible until you get into the weeds). A lot of the tooling, you can just alias docker for whatever the tool is and it’s the same.