• @[email protected]
    link
    fedilink
    62 years ago

    What makes you dislike docker?

    At least from a development perspecrive, it’s really convenient, especially when paired with a CICD system and container registry.

      • @[email protected]
        link
        fedilink
        2
        edit-2
        2 years ago

        Yeah that’s a gripe of mine. Thankfully podman doesn’t do that.

        Docker also sometimes breaks lxd and libvirt networking by changing the default forward policy from accept to drop.

        • @[email protected]
          link
          fedilink
          English
          12 years ago

          I think podman by default does do that, but it’s easy to disable almost all of it, at least.

          • @[email protected]
            link
            fedilink
            12 years ago

            Nope, I just tested and the rootful podman service doesn’t touch any iptables/firewall rules.

            It uses what is called a “CNI”, container network interface, to manage container networking rather than just overwriting all the iptables rules like docker does.

      • @[email protected]
        link
        fedilink
        English
        22 years ago

        Sounds like you were using Docker Desktop on Windows maybe? It’s… pretty meh. But Docker on Linux is phenomenal. Docker on Windows is mostly just a way to make it accessible to developers stuck on Windows.