←back to thread

186 points ahlCVA | 3 comments | | HN request time: 0.218s | source
1. 9cb14c1ec0 ◴[] No.45306246[source]
It would be interesting to see a detailed security assessment of this. Would it provide security improvements over docker?
replies(2): >>45307627 #>>45310967 #
2. eqvinox ◴[] No.45307627[source]
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.
3. esseph ◴[] No.45310967[source]
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.