Skip to content

Instantly share code, notes, and snippets.

@rosscdh
Created July 3, 2015 07:14
Show Gist options
  • Select an option

  • Save rosscdh/47387dc34f963576b4e8 to your computer and use it in GitHub Desktop.

Select an option

Save rosscdh/47387dc34f963576b4e8 to your computer and use it in GitHub Desktop.
giant swarm - error
```
% 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
```
@luebken

luebken commented Jul 3, 2015

Copy link
Copy Markdown

Thats an boot2docker error. Try an boot2docker down and boot2docker up

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment