How do i you decide whats safe to run

I recently ran Gossa on my home server using Docker, mounting it to a folder. Since I used rootless Docker, I was curious - if Gossa were to be a virus, would I have been infected? Have any of you had experience with Gossa?

  • @verstra
    link
    English
    22 months ago

    Can you expand on this wild claim? The whole point of containers is isolation so what you are saying is that containers fail at that all the time?

    • Lemongrab
      link
      fedilink
      English
      0
      edit-2
      2 months ago

      Docker/Podman and LXC linux containers share the same kernel with the host machine. Root in the container is root period (in the case of rootfull containers). Even without root, much of the data on your machine is readable from any user. With a exploit to escape the container (which are common) the malicious program has root on the machine. This is a known attack vector against linux containers. VMs are much better for isolating untrusted software from the host OS.