mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-25 19:54:38 +00:00
A toolkit for building secure, portable and lean operating systems for containers
Previously the logs for a single connection would be something like: 2016/05/04 12:44:41 171 Accepted connection on fd 5 from 00000002.00010006 2016/05/04 12:44:41 171 Connected to docker &{{0xc82008a5b0}} 2016/05/04 12:44:44 171 copying from vsock to docker: 4465 bytes done 2016/05/04 12:44:44 171 copying from docker to vsock: 1324 bytes done 2016/05/04 12:44:44 171 Done. read: 4465 written: 1324 2016/05/04 12:44:44 171 Closing docker &{{0xc82008a5b0}} 2016/05/04 12:44:44 171 Closing vsock &{0xc820086840} The "Connected" and "Closing" lines are not useful now that it is debugged and working well. The "copying..." lines are redundant with the "Done" line. Reduce to just: 2016/05/04 14:00:41 4 Accepted connection on fd 10 from 00000002.00010003 2016/05/04 14:00:41 4 Done. read: 90 written: 145 Signed-off-by: Ian Campbell <ian.campbell@docker.com> |
||
---|---|---|
alpine | ||
licensing | ||
requirements | ||
scripts | ||
xhyve | ||
.dockerignore | ||
Dockerfile.qemu | ||
Dockerfile.qemu.armhf | ||
Dockerfile.qemuiso | ||
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.