Remix.run Logo
9cb14c1ec0 3 days ago

It would be interesting to see a detailed security assessment of this. Would it provide security improvements over docker?

eqvinox 3 days ago | parent | next [-]

Docker is the wrong thing to compare against, especially considering it is an application and not a technology; the technology would be containerization. This competes against hardware virtualization support, if anything.

esseph 3 days ago | parent | prev [-]

If you want some security improvements, move from docker to podman rootless + distroless containers.

If you need more security/isolation, go to a VM or bare metal.