mirror of
https://github.com/Xe/furry-happiness
synced 2026-03-21 11:37:23 +01:00
938a075d8238658c2b8b5454be63a5ca4ead10a9
https is not working inside (Why?) and as workaround I'm moving repositories back to http
furry-happiness
A proof of concept user mode linux Docker image. This builds a simply configured kernel and sets up an Alpine Linux userland for it. It has fully working networking via slirp.
This runs an entire Linux kernel as a userspace process inside a docker container. Anything you can do as root in a linux kernel, you can do inside this user mode Linux process. The root inside this user mode Linux kernel has significanly more power than root outside of the kernel, but it cannot affect the host kernel.
To build:
docker build -t xena/docker-uml .
To run:
docker run --rm -it xena/docker-uml
Languages
Dockerfile
74.2%
Shell
25.8%