Earlier quoted context omitted.
Containers were never a security boundary. VMs have better isolation, which is why people choose them for security. Containers are convenience and usually have better performance.
They may not provide isolation as VMs but they clearly do limit some attacks. VMs do not provide the same isolation as using physically separate hardware either. I would have thought they provide better isolation than using multiple users which is the traditional security boundary. It might depends on what you mean by a container? Are sandboxes such as Bubblewrap and Firejail containers?
The article was about Podman and Linux namespaces