您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
Christine Dodrill 7ba319db25 update kernel config 5 年前
Dockerfile first commit 5 年前
LICENSE first commit 5 年前
README.md first commit 5 年前
init.sh first commit 5 年前
resolv.conf first commit 5 年前
runlinux.sh first commit 5 年前
uml.config update kernel config 5 年前

README.md

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