Changes

Jump to navigation Jump to search
23 bytes added ,  12:02, 8 September 2014
m
Line 34: Line 34:  
Docker requires some RPM's that are not available in the default upstream repo's. So we need to enable the epel repo first. See ''[[epel]]''
 
Docker requires some RPM's that are not available in the default upstream repo's. So we need to enable the epel repo first. See ''[[epel]]''
   −
* Enable the EPEL repository
+
Then we can install Docker and it's dependencies:
yum install docker
   
  yum install docker-io --enablerepo=epel
 
  yum install docker-io --enablerepo=epel
 
  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
 
  service docker start
 
  service docker start
 
and then  
 
and then  

Navigation menu