You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm new to docker so I'm sorry if I'm missing something trivial. Anyway I'm using Boot2Docker v1.3.2 and running docker version gives me the following:
Client version: 1.3.2
Client API version: 1.15
Go version (client): go1.3.3
Git commit (client): 39fa2fa
OS/Arch (client): darwin/amd64
Server version: 1.3.2
Server API version: 1.15
Go version (server): go1.3.3
Git commit (server): 39fa2fa
I'm new to docker so I'm sorry if I'm missing something trivial. Anyway I'm using Boot2Docker v1.3.2 and running
docker version
gives me the following:Client version: 1.3.2
Client API version: 1.15
Go version (client): go1.3.3
Git commit (client): 39fa2fa
OS/Arch (client): darwin/amd64
Server version: 1.3.2
Server API version: 1.15
Go version (server): go1.3.3
Git commit (server): 39fa2fa
The problem is that when I run the following:
I get the following error:
If I SSH into the docker container (using
boot2docker ssh
) can check the the/var/lib/boot2docker/docker.log
file the following error shows up:I've also tried changing to https but it gives me the following error when using leiningen:
and the following in the
/var/lib/boot2docker/docker.log
file:I'm not sure how to proceed.
The text was updated successfully, but these errors were encountered: