Comment on is there a way to run openwrt and debian at the same time without virtualization?
vk6flab@lemmy.radio 6 days ago
Docker is not virtualisation, although it’s a common misconception.
A better way to think of it is a security wrapper around untrusted processes.
You can prove this for yourself by looking at all the processes running in a Docker host while one or more containers are running, you’ll see all the processes listed.
In other words, you don’t need a CPU capable of virtualisation to run Docker.
Fuzzypyro@lemmy.world 6 days ago
This.
Also containerization in general. Not just docker. This includes podman and LXC (which is probably your best bet if you want a full system in a container)