October 31, 201411 yr If anyone has a moment, I've been fighting with this all week and I'm not quite sure what I'm doing wrong. I get the following each time I try to create a new Docker Container: Pulling image: needo/plex STATUS: Pulling repository needo/plex IMAGE ID: dea06daf3dc4 STATUS: Pulling image (latest) from needo/plex STATUS: Pulling image (latest) from needo/plex, endpoint: https://registry-1.docker.io/v1/ STATUS: Pulling dependent layers IMAGE ID: 511136ea3c5a STATUS: Pulling metadata STATUS: Pulling fs layer STATUS: Downloading 36% of 1MB STATUS: Download complete IMAGE ID: b18d0a2076a1 STATUS: Pulling metadata STATUS: Pulling fs layer TOTAL DATA PULLED: 1 MB Warning: stream_socket_client(): unable to connect to unix:///var/run/docker.sock (Connection refused) in /usr/local/emhttp/plugins/dockerMan/dockerClient.php on line 450 Couldn't create socket: [111] Connection refused Command:root@localhost:# /usr/bin/docker run -d --name="PlexMediaServer" --net="bridge" --privileged="true" -e TZ="America/New_York" -p 32400:32400/tcp -v "/mnt/user/appdata/plexmediaserver/":"/config":rw -v "/mnt/user/Movies/":"/movies":rw -v "/mnt/user/TV/":"/tv":rw needo/plex 2014/10/30 20:22:11 Cannot connect to the Docker daemon. Is 'docker -d' running on this host? The command failed. Prior to this error, it shows docker as running fine, then after it shows it as stopped. Any guidance would be greatly appreciated. Thank you!
November 16, 201411 yr I'm running into the same thing. Every app that i try to install gives me a similar error.
Archived
This topic is now archived and is closed to further replies.