Changes

From SME Server
Jump to navigationJump to search
120 bytes removed ,  15:08, 10 September 2014
m
add db service
Line 58: Line 58:  
  ln -s /etc/rc.d/init.d/e-smith-service /etc/rc7.d/S95docker
 
  ln -s /etc/rc.d/init.d/e-smith-service /etc/rc7.d/S95docker
 
  chkconfig docker on
 
  chkconfig docker on
 +
config set docker service
 +
config setprop docker status enabled
 
  service docker start
 
  service docker start
 
and then  
 
and then  
 
  docker
 
  docker
 
to see the available command line options. But first and foremost read the [https://docs.docker.com/userguide/ excellent Docker documentation]
 
to see the available command line options. But first and foremost read the [https://docs.docker.com/userguide/ excellent Docker documentation]
  −
  −
* Note: Although we've linked the docker as service in runlevel 7, it will not pick up the config files /etc/sysconfig/docker. So Shipyard will not be able to connect to docker. Why?
       

Navigation menu