Skip to content

Instantly share code, notes, and snippets.

@Voronenko
Created May 24, 2021 12:28
Show Gist options
  • Save Voronenko/b4db973d4e1b9b7747c6ff91cf99f706 to your computer and use it in GitHub Desktop.
Save Voronenko/b4db973d4e1b9b7747c6ff91cf99f706 to your computer and use it in GitHub Desktop.
for mac restart docker:
➜ ~ launchctl list | grep docker
- 0 com.docker.helper
1990 0 application.com.docker.docker.715810.716504
➜ ~ launchctl stop application.com.docker.docker.715810.716504 && launchctl start application.com.docker.docker.715810.716504
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment