So my Toshiba satellite m100-221's CPU supposedly has CPU support for virtualization, but there is no BIOS update file anywhere so is there a way to run OpenWrt and Debian as my docker host without virtualization or some type of virtualization that doesn't need CPU support
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.
possiblylinux127@lemmy.zip 6 months ago
I would strongly recommend that you get some newer hardware. That thing isn’t going to perform well plus you will likely run into hardware failures due to age.