this post was submitted on 20 Aug 2024
37 points (97.4% liked)

Linux

5186 readers
69 users here now

A community for everything relating to the linux operating system

Also check out [email protected]

Original icon base courtesy of [email protected] and The GIMP

founded 1 year ago
MODERATORS
 

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.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 3 points 2 months ago (1 children)

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?

[โ€“] [email protected] 2 points 2 months ago

Yea, technically correct. It's lower overhead since it shares the kernel.