Docker containers are available and just work. They don’t use full-featured VM isolation, mostly cgroups afaik. Containers usually run directly on the host kernel (in their own resource space).
1 Like
Docker containers are available and just work. They don’t use full-featured VM isolation, mostly cgroups afaik. Containers usually run directly on the host kernel (in their own resource space).