Hacker News new | ask | show | jobs
by chatmasta 2792 days ago
IIRC Docker for Mac had a bug like this for a long time where the clocks of containers would become wildly out of date.
1 comments

More accurately, the clocks of the linux virtual machine running docker containers would differ from the OSX clock.

Those aren't really containers skewing from other processes on the same system as the parent describes, but of clocks skewing on two different systems (which is a totally normal thing we deal with regularly).