I see Docker mentioned every other thread and was wondering how useful it is for non development things, and if so what they are.

  • tal@lemmy.today
    link
    fedilink
    English
    arrow-up
    2
    ·
    7 months ago

    Also, if server software running in a container gets compromised, hopefully the container can contain the compromise from spreading to the rest of the system.

    • JVT038@feddit.nl
      link
      fedilink
      English
      arrow-up
      1
      ·
      7 months ago

      Depends.

      If there are no external volumes and the container is in its own network without any other containers, then any malware in the container shouldn’t be able to reach / affect the host server, because it’s isolated.