Skip to content

Instantly share code, notes, and snippets.

@sleepless-se
Last active May 3, 2019 10:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sleepless-se/b377d69848983b1ac92bfd75b1f551b2 to your computer and use it in GitHub Desktop.
Save sleepless-se/b377d69848983b1ac92bfd75b1f551b2 to your computer and use it in GitHub Desktop.
Docker restart on Mac
#!/bin/bash
osascript -e 'quit app "Docker"'
open -a /Applications/Docker.app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment