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
Hi, I downloaded your image onto my VM and created a docker image using the --privileged flag but I was unable to create another docker image as the docker server was not running. The following are the steps that I took.
docker run -Pd --privileged tehranian/dind-jenkins-slave
#I then did a ssh into the container and ran docker version
jenkins@b327872b1a5d:~$ docker version
Client:
Version: 1.8.1
API version: 1.20
Go version: go1.4.2
Git commit: d12ea79
Built: Thu Aug 13 02:35:49 UTC 2015
OS/Arch: linux/amd64
Cannot connect to the Docker daemon. Is 'docker -d' running on this host?
I am unsure what is going on here but I know sometimes when I create a container it would work and the server would be there and I can run another container within a container but most of the time this would be the output.
The text was updated successfully, but these errors were encountered:
Same here. Guys do you have any progress on this? Is anyone looking into this?
I found out that if i want to try it locally this problem occurs when i directly runs command when starting this image. But when i start it in detached mode and then exec something it works, but dont know how to do it with docker plugin.
Hi, I downloaded your image onto my VM and created a docker image using the --privileged flag but I was unable to create another docker image as the docker server was not running. The following are the steps that I took.
I am unsure what is going on here but I know sometimes when I create a container it would work and the server would be there and I can run another container within a container but most of the time this would be the output.
The text was updated successfully, but these errors were encountered: