Changes

From SME Server
Jump to navigationJump to search
92 bytes added ,  15:18, 11 September 2014
m
no edit summary
Line 56: Line 56:  
Then we can install Docker and it's dependencies:
 
Then we can install Docker and it's dependencies:
 
  yum install docker-io --enablerepo=epel
 
  yum install docker-io --enablerepo=epel
 +
Make the Docker service start at boot time:
 
  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 set docker service
 
  config setprop docker status enabled
 
  config setprop docker status enabled
 +
and eventually we can start the Docker service:
 
  service docker start
 
  service docker start
 
and then  
 
and then  

Navigation menu