Changes

Jump to navigation Jump to search
211 bytes added ,  19:44, 6 September 2014
Line 18: Line 18:     
===Docker notes===
 
===Docker notes===
 +
For Shipyard to be able to connect to the Docker deamon, the file /etc/sysconfig/docker has to be adjusted to enable socket support and TCP.
 +
 
Templated /etc/sysconfig/docker based on below db settings
 
Templated /etc/sysconfig/docker based on below db settings
    
/etc/sysconfig/docker:
 
/etc/sysconfig/docker:
  -H tcp://127.0.0.1:4243 -H unix:///var/run/docker.sock
+
  other_args="-H tcp://127.0.0.1:4243 -H unix:///var/run/docker.sock"
 
127.0.0.1 (localhost) or 0.0.0.0 (public) based on db key shipyard Access
 
127.0.0.1 (localhost) or 0.0.0.0 (public) based on db key shipyard Access
 +
 +
The restart the Docker deamon:
 +
service docker restart
    
  docker=service
 
  docker=service

Navigation menu