mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-22 18:41:37 +00:00
A toolkit for building secure, portable and lean operating systems for containers
For filesharing to work properly the VM and host clocks should be in-sync, even if the host clock has drifted relative to a good external timesource. This patch removes ntp from the VM and replaces it with an hourly sync with the VM's RTC which is plumbed into `gmtime`/`localtime` in `xhyve`. Fixes [docker/pinata#229] Signed-off-by: David Scott <dave.scott@unikernel.com> |
||
---|---|---|
alpine | ||
boot2docker | ||
kernel | ||
requirements | ||
initrd.img | ||
README.md | ||
vmlinuz64 |
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.