←back to thread

1101 points codesmash | 1 comments | | HN request time: 0.202s | source
Show context
daitangio ◴[] No.45147261[source]
I do not know: the lack of proper docker compose support it is a problem for me. About security: gVistor adoption failure in Google is a proof that containerization cannot be enforced easily and container will always be less secure than a VM.

If you want proper security go to firecracker [^1]. Podman is the "RedHat/IBM docker-way" but I see very little benefit overall; never less if it works for you great and go with it!

[^1]: https://firecracker-microvm.github.io

replies(2): >>45147304 #>>45147305 #
1. virgoerns ◴[] No.45147304[source]
Podman 4.7 supports both the ordinary compose (Go implementation) and older Python podman-compose. But personally I moved to quadlets and didn't look back.