A toolkit for building secure, portable and lean operating systems for containers
Go to file
Ian Campbell f2171c7beb Update vsock patches
Upstream commit 598881800825 ("vsock: Fix blocking ops call in
prepare_to_wait") was subsequently reverted in 6f57e56a1527, which said:

    The commit reverted with this patch caused us to potentially miss wakeups.
    Since the condition is not checked between the prepare_to_wait and the
    schedule(), if a wakeup happens after the condition is checked but before
    the sleep happens, we will miss it. ( A description of the problem can be
    found here: http://www.makelinux.net/ldd3/chp-6-sect-2 ).

The underlying issue has been fixed instead with f7f9b5e7f8ec ("AF_VSOCK:
Shrink the area influenced by prepare_to_wait").

Signed-off-by: Ian Campbell <ian.campbell@docker.com>
2016-04-12 14:33:32 +01:00
alpine Update vsock patches 2016-04-12 14:33:32 +01:00
licensing Merge pull request #69 from ijc25/vsock 2016-04-06 15:55:41 +01:00
requirements
scripts win: remove PS script and documentation. They live elsewhere now 2016-02-05 16:58:59 -08:00
xhyve fix some pedantic xhyve build issues with newer toolchain 2016-03-29 18:46:20 +01:00
.dockerignore initial Dockerfile for running qemu, however interactive serial console not working 2016-01-06 16:28:45 +00:00
Dockerfile.qemu more RAM 2016-02-19 14:59:27 +00:00
Dockerfile.qemu.armhf more memory 2016-03-11 14:13:12 +00:00
Dockerfile.qemuiso add a qemu iso target 2016-02-19 16:11:23 +00:00
Makefile remove more kexec code 2016-04-06 10:28:15 +01:00
README.md update README for qemu, arm support 2016-01-19 10:44:03 +00:00

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.