<div dir="ltr">Xander,<br><br>Can you check whether the Grid Engine job environment has the &quot;docker&quot; group as one of the supplemental groups by submitting a job that runs &quot;id&quot;?<br><br><a href="http://man7.org/linux/man-pages/man1/id.1.html">http://man7.org/linux/man-pages/man1/id.1.html</a><br><br>IIRC, Docker requires the process to be a member of the docker group in order to dial <span style="font-size:12.8px"> /var/run/docker.sock.</span><br><br>Rayson<br><br>==================================================<br>Open Grid Scheduler - The Official Open Source Grid Engine<br><a href="http://gridscheduler.sourceforge.net/">http://gridscheduler.sourceforge.net/</a><br><a href="http://gridscheduler.sourceforge.net/GridEngine/GridEngineCloud.html">http://gridscheduler.sourceforge.net/GridEngine/GridEngineCloud.html</a><br><br><br><br><br>On Mon, Nov 16, 2015 at 7:15 PM, Xander Dunn &lt;<a href="mailto:xander.dunn@icloud.com">xander.dunn@icloud.com</a>&gt; wrote:<br>&gt;<br>&gt; I have star cluster installed from the develop branch because I need to use c4 instance types, which aren’t in a released version yet.  I have open grid scheduler 2011.11 installed on an Ubuntu 14.04 AMI.<br>&gt;<br>&gt; I have Docker installed in that AMI and the daemon starts on boot.  If I manually ssh into my master node or any worker node and execute a Docker command, it works.  The Docker daemon is found and the command succeeds.  Furthermore, executing any docker command from the master node in the form `ssh node001 docker pull IMAGE` also works correctly.<br>&gt;<br>&gt; However, those same commands, when executed with qsub, will fail because the running Docker daemon can’t be found:<br>&gt; Post IMAGE: dial unix /var/run/docker.sock: permission denied.<br>&gt; * Are you trying to connect to a TLS-enabled daemon without TLS?<br>&gt; * Is your docker daemon up and running?<br>&gt;<br>&gt; Example: `qsub -V -b y -cwd docker pull ubuntu:14.04`<br>&gt;<br>&gt; What’s the difference in the way qsub executes commands that’s causing this?<br>&gt;<br>&gt; Thanks,<br>&gt; Xander<br>&gt; _______________________________________________<br>&gt; StarCluster mailing list<br>&gt; <a href="mailto:StarCluster@mit.edu">StarCluster@mit.edu</a><br>&gt; <a href="http://mailman.mit.edu/mailman/listinfo/starcluster">http://mailman.mit.edu/mailman/listinfo/starcluster</a></div>