A web accessible Virtual Machine powered by Docker, Debian, and noVNC. Webbian allows you to execute a single docker run command to get an entire linux system with a web interface.
A web accessible Virtual Machine powered by Docker, Debian, and noVNC. Webbian allows you to execute a single docker run command to get an entire linux system with a web interface.
Is it really a virtual machine? It’s running from a container, so it’s just a containerized desktop exposed over VNC, right?
Is it actually running its own kernel?
Yea, technically correct. It’s lower overhead since it shares the kernel.