mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-05 08:52:23 +00:00
cbd5c615925623e84f4254a5a065f574a6f1a7fa
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.
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.
Description
Languages
Go
48.3%
text
21.3%
Shell
14%
Dockerfile
5.7%
OCaml
4.6%
Other
6.1%