Last active
June 27, 2016 12:17
-
-
Save terrierscript/8ad21f990a944a5ee139bd11b3bcfb78 to your computer and use it in GitHub Desktop.
Docker for mac が sudoつけないと動かなくなってハマった時のメモ ref: http://qiita.com/inuscript/items/e6a401ba0a3e7a24703d
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
| unset DOCKER_TLS_VERIFY | |
| unset DOCKER_CERT_PATH | |
| unset DOCKER_MACHINE_NAME | |
| unset DOCKER_HOST |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment