Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
Christine Dodrill 7ba319db25 update kernel config il y a 5 ans
Dockerfile first commit il y a 5 ans
LICENSE first commit il y a 5 ans
README.md first commit il y a 5 ans
init.sh first commit il y a 5 ans
resolv.conf first commit il y a 5 ans
runlinux.sh first commit il y a 5 ans
uml.config update kernel config il y a 5 ans

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