mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 01:59:07 +00:00
A toolkit for building secure, portable and lean operating systems for containers
During start-up, logs are sent to syslog and stderr and the console if syslog is not available. -l logfile will also send the logs to logfile but only prior to any log trigger events. -m mount_trigger lets the user specify the mount point to watch for to begin sending logs to -t triggered_log file which may be on the newly mounted file system. Log concatenation and rollover are not implemented, yet. Logging functionality has been separated into transfused_log.c. Locks have been placed around shared fds. The writer thread is now symmetric to the reader thread instead of inheriting the parent's thread in order to trigger log switchover after the file system proxy has started. The coredump size rlimit has been lifted. Signed-off-by: David Sheets <david.sheets@docker.com> |
||
---|---|---|
alpine | ||
remora | ||
requirements | ||
scripts | ||
xhyve | ||
.dockerignore | ||
Dockerfile.qemu | ||
Dockerfile.qemu.armhf | ||
Dockerfile.qemuiso | ||
Dockerfile.remora | ||
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.
Simple 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.
make qemu
will boot up in qemu in a container.
You can build for arm, some parts still under development, make clean
first, then make qemu-arm
will run in qemu.