• pfm@scribe.disroot.org
    link
    fedilink
    arrow-up
    14
    arrow-down
    31
    ·
    1 day ago

    Well, nope. For example, FreeBSD doesn’t support Docker – I can’t run dockerized software “irrespective of environment”. It has to be run on one of supported platforms, which I don’t use unfortunately.

    • mosiacmango@lemm.ee
      link
      fedilink
      arrow-up
      41
      arrow-down
      4
      ·
      edit-2
      1 day ago

      A lack of niche OS compatibility isn’t much of a downside. Working on 99.9% of all active OS’s is excellent coverage for a skftware suite.

      Besides, freebsd has podman support, which is something like 95% cross compatible with docker. You basically do have docker support on freebsd, just harder.

    • Toribor@corndog.social
      link
      fedilink
      English
      arrow-up
      21
      arrow-down
      1
      ·
      1 day ago

      To deploy a docker container to a Windows host you first need to install a Linux virtual machine (via WSL which is using Hyper-V under the hood).

      It’s basically the same process for FreeBSD (minus the optimizations), right?

      Containers still need to match the host OS/architecture they are just sandboxed and layer in their own dependencies separate from the host.

      But yeah you can’t run them directly. Same for Windows except I guess there are actual windows docker containers that don’t require WSL but if people actually use those it’d be news to me.

      • hemko@lemmy.dbzer0.com
        link
        fedilink
        English
        arrow-up
        17
        ·
        23 hours ago

        There’s also this cursed thing called Windows containers

        Now let me go wash my hands, keyboard and my screen after typing that