1
0
mirror of https://github.com/Xe/furry-happiness synced 2024-12-22 18:57:03 +00:00
Go to file
JuniorJPDJ 938a075d82 Update alpine to 3.14
https is not working inside (Why?) and as workaround I'm moving repositories back to http
2021-07-03 23:14:24 +02:00
Dockerfile Update alpine to 3.14 2021-07-03 23:14:24 +02:00
init.sh move to slirp from debian repo 2021-07-03 22:38:55 +02:00
LICENSE first commit 2019-07-06 18:52:09 +00:00
README.md first commit 2019-07-06 18:52:09 +00:00
runlinux.sh move to slirp from debian repo 2021-07-03 22:38:55 +02:00
uml.config update kernel config 2019-07-07 19:23:55 +00:00

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