mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 17:26:28 +00:00
A toolkit for building secure, portable and lean operating systems for containers
With the default 128M of memory, the ramfs (which currently has a decompressed size of ~82M) can't be completely written with the kernel and the compressed ramfs also in memory, resulting in missing chunks of filesystem (notably /etc and /sbin for me) on the emulated machine. This makes for a dramatically broken moby. Asking for 256M at least gets us to some nice whale ASCII art and a console we can interact with. |
||
---|---|---|
alpine | ||
requirements | ||
scripts | ||
xhyve | ||
.dockerignore | ||
Dockerfile | ||
Makefile | ||
README.md |
Base repo for Moby, codename for the Docker Linux distro
Initial requirements are being driven by the very minimal goal of replacing boot2docker for the new Mac app.
However these requirements are fairly small and the scope is intended to be much broader.
Build instructions: use make
to build. make xhyve
will boot it up on a Mac; unless you run with sudo
you will not get any networking.