A toolkit for building secure, portable and lean operating systems for containers
Go to file
David Scott e61f5414ca boot2docker: remove ntp, sync with host clock every hour
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>
2015-12-03 20:56:58 +00:00
alpine clean up override files, add inittab 2015-12-02 12:50:06 +00:00
boot2docker boot2docker: remove ntp, sync with host clock every hour 2015-12-03 20:56:58 +00:00
kernel Add a (non modular) upstream kernel build, for pinata alpha and general testing 2015-12-02 10:17:51 +00:00
requirements Initial requirements 2015-11-26 15:17:40 +00:00
initrd.img boot2docker: mount the /Mac as 9p2000.u 2015-11-29 16:45:37 +00:00
README.md Initial requirements 2015-11-26 15:17:40 +00:00
vmlinuz64 move temporary build artefacts to top of tree 2015-11-27 12:29:02 +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.