• 0 Posts
  • 5 Comments
Joined 7 months ago
cake
Cake day: August 15th, 2024

help-circle

  • I don’t have in-depth knowledge of the differences and how big that is. So take the following with a grain of salt.

    My main point is that using containerization is a huge security improvement. Podman seems to be even more secure. Calling Docker massively insecure makes it seem like something we should avoid, which takes focus away from the enormous security benefit containerization gives. I believe Docker is fine, but I do use Podman myself, but that is only because Podman desktop is free, and Docker files seem to run fine with Podman.

    Edit: After reading a bit I am more convinced that the Podman way of handling it is superior, and that the improvement is big enough to recommend it over Docker in most cases.


  • MoonlightFox@lemmy.worldtoProgrammer Humor@programming.devWorks on my machine
    link
    fedilink
    arrow-up
    92
    arrow-down
    2
    ·
    edit-2
    2 months ago

    There are another important reason than most of the issues pointer out here that docker solves.

    Security.

    By using containerization Docker effectively creates another important barrier which is incredibly hard to escape, which is the OS (container)

    If one server is running multiple Docker containers, a vulnerability in one system does not expose the others. This is a huge security improvement. Now the attacker needs to breach both the application and then break out of a container in order to directly access other parts of the host.

    Also if the Docker images are big then the dev needs to select another image. You can easily have around 100MB containers now. With the “distroless” containers it is maybe down to like 30 MB if I recall correctly. Far from 1GB.

    Reproducability is also huge efficiency booster. “Here run these this command and it will work perfecty on your machine” And it actually does.

    It also reliably allows the opportunity to have self-healing servers, which means businesses can actually not have people available 24/7.

    The use of containerization is maybe one of the greatest marvels in software dev in recent (10+) years.


  • MoonlightFox@lemmy.worldtoMemes@sopuli.xyzBumper sticker
    link
    fedilink
    arrow-up
    60
    arrow-down
    2
    ·
    3 months ago

    This is one of the things that bother me with people being anti-trans. Why the hell do they care? There is nothing, NOTHING that trans people are asking for that bother me, because it does not affect my life. I don’t see how it affects theirs either.

    There are two things I know little about when it comes to trans.

    1. How to make it fair in sports, but I really don’t care for sports. So I haven’t researched it. Don’t really care if they participate, but I don’t take sports seriously anyways.

    2. How to protect vulnerable people from themselves. This is probably contraversial, but I am for giving trans people the treatment they need to transition, or at least make sure it is possible at a later stage by giving hormones / blockers. So that they can transition a bit older.

    However (the controversial part) many trans people are vulnerable and also struggle with other issues and operations is often permanent. This is something that I don’t believe is easy to decide, I am ignorant here, I trust medical professionals, psychologists, psychiatrists and the trans community to come up with guidelines / practice here. It is however not something that I think politicians should decide, or is competent in deciding.

    The only reason I care about point 2 is to protect people from mistakes, not to stop trans people from transitioning!

    Thanks for reading my rant 😊