1
0
镜像自地址 https://github.com/Xe/furry-happiness 已同步 2026-03-15 09:17:23 +01:00
Christine Dodrill 7ba319db25 update kernel config
2019-07-07 19:23:55 +00:00
2019-07-06 18:52:09 +00:00
2019-07-06 18:52:09 +00:00
2019-07-06 18:52:09 +00:00
2019-07-06 18:52:09 +00:00
2019-07-06 18:52:09 +00:00
2019-07-06 18:52:09 +00:00
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
描述
无详细信息
自述文档 MIT 38 KiB
语言
Dockerfile 74.2%
Shell 25.8%