Skip to content

Instantly share code, notes, and snippets.

@fltd
Last active July 15, 2017 21:48
Show Gist options
  • Save fltd/9462642975df75cface7f43610bb1501 to your computer and use it in GitHub Desktop.
Save fltd/9462642975df75cface7f43610bb1501 to your computer and use it in GitHub Desktop.
fix-macOS-docker-clock
#!/usr/bin/env sh
brew install sleepwatcher
brew services start sleepwatcher
echo /usr/local/bin/docker run --rm --privileged alpine hwclock -s > ~/.wakeup
chmod +x ~/.wakeup
./.wakeup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment