User Tools

Site Tools


tips:dockercentos74

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
tips:dockercentos74 [2017/11/14 23:07] – created veeratips:dockercentos74 [2017/11/16 12:12] (current) – [On SUSE Enterprise Linux 12] veera
Line 1: Line 1:
-====== Installing DockerCE on RHEL 7.4  ======+====== Installing Docker on various platforms  ======
  
 +
 +===== On RHEL 7.4 (eg on AWS) =====
 +
 +
 +
 +The version of Docker CE that works for us on RHEL7.4 is 17.03.02
  
 Post login  Post login 
  
-If you tried to install Docker CE on RHEL7.4 using @yum-install@ you might get+Step 1 is to add the Docker CE repo like so
  
-<code>+<code bash> 
 + yum install -y yum-utils 
 + yum-config-manager --add-repo \ 
 +       https://download.docker.com/linux/centos/docker-ce.repo 
 + yum makecache fast 
 +</code> 
 + 
 +If you tried to install Docker CE on RHEL7.4 using ''yum-install'' you might get 
 + 
 +<code bash>
 ---> Package libtool-ltdl.x86_64 0:2.4.2-22.el7_3 will be installed ---> Package libtool-ltdl.x86_64 0:2.4.2-22.el7_3 will be installed
 --> Finished Dependency Resolution --> Finished Dependency Resolution
Line 16: Line 31:
 </code> </code>
  
- +The reason this fails is that the latest version of Docker CE is not supported on RHEL7.4. You need to install the 17.03.02 version. Use this command
-You need to use this command+
  
 <code> <code>
Line 25: Line 39:
 </code> </code>
  
 +
 +Then the usual ''systemctl start docker'' ought to get you going.
 +
 +
 +
 +===== On SUSE Enterprise Linux 12 =====
 +
 +
 +The good news here is Docker is probably already installed.  
 +
 +
 +If you dont find it, use YAST and enable the Container module. For more instructions https://github.com/Shopify/docker/blob/master/docs/installation/linux/SUSE.md 
  
  
tips/dockercentos74.1510681027.txt.gz · Last modified: 2017/11/14 23:07 by veera