mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-20 09:39:08 +00:00
blueprints/docker-for-mac.yml: add host-timesync-daemon
This adds the helper program which resynchronises the VM's clock after a host resume. Signed-off-by: David Scott <dave.scott@docker.com>
This commit is contained in:
parent
d24d0bd559
commit
c9de2fb2a5
@ -61,6 +61,9 @@ services:
|
||||
# Monitor for image deletes and invoke a TRIM on the container filesystem
|
||||
- name: trim-after-delete
|
||||
image: "linuxkit/trim-after-delete:2a5fcbe080cd4a45bd75c2ea3856c069475d706d"
|
||||
# When the host resumes from sleep, force a clock resync
|
||||
- name: host-timesync-daemon
|
||||
image: "linuxkit/host-timesync-daemon:e6c15e6ef75d302c1c22827bac249598fb365a83"
|
||||
|
||||
trust:
|
||||
org:
|
||||
|
Loading…
Reference in New Issue
Block a user