Last active
November 20, 2015 14:52
-
-
Save mikdiet/031c03ff0899cde33ad3 to your computer and use it in GitHub Desktop.
Docker Mac OS X
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| eval "$(docker-machine env default)" # runs docker daemon | |
| docker-machine stop default # stop to free memory |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment