Created
July 3, 2015 07:14
-
-
Save rosscdh/47387dc34f963576b4e8 to your computer and use it in GitHub Desktop.
giant swarm - error
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
| ``` | |
| % boot2docker status | |
| running | |
| boot2docker version | |
| Boot2Docker-cli version: v1.7.0 | |
| Git commit: 7d89508 | |
| ``` | |
| ``` | |
| docker --version | |
| Docker version 1.7.0, build 0baf609 | |
| ``` | |
| ``` | |
| make docker-build | |
| docker build -t registry.giantswarm.io/rosscdh/currentweather-python . | |
| Sending build context to Docker daemon | |
| Post http:///var/run/docker.sock/v1.19/build?cgroupparent=&cpuperiod=0&cpuquota=0&cpusetcpus=&cpusetmems=&cpushares=0&dockerfile=Dockerfile&memory=0&memswap=0&rm=1&t=registry.giantswarm.io%2Frosscdh%2Fcurrentweather-python: dial unix /var/run/docker.sock: no such file or directory. Are you trying to connect to a TLS-enabled daemon without TLS? | |
| make: *** [docker-build] Error 1 | |
| ``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thats an boot2docker error. Try an boot2docker down and boot2docker up