How to install the latest version of Docker on CentOS 7

719016

I am trying to have a modern docker.io version 1.5+ installed on a CentOS 7 64bit system.

The default docker.io that comes with the yum servers is 1.3.2, and this version is too old for some of the docker.io features I need, e.g.

(install local docker registry on centos 7)

Details of the system:

docker --version
Docker version 1.3.2, build 39fa2fa/1.3.2

System:

cat /etc/centos-release
CentOS Linux release 7.0.1406 (Core)

uname -a
Linux hostname 3.10.0-123.20.1.el7.x86_64 #1 SMP Thu Jan 29 18:05:33 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

Any ideas how to install a modern docker.io 1.5+?

Be Kind To New Users

Here is what I did:

  1. Add a repo to yum using this command

sudo vi /etc/yum.repos.d/cbs.repo

and with this contents:

[virt7-testing]
name=virt7-testing
baseurl=http://cbs.centos.org/repos/virt7-testing/x86_64/os/
enabled=1
gpgcheck=0
  1. Start yum using Applications -> System Tools -> Software

  2. Search for Docker

  3. Note that docker 1.5.x is available for install.

  4. If Docker 1.3.2 is installed, uninstall it by unchecking it and clicking apply.

  5. Click the check box next to Docker 1.5.x and click apply.

  6. Test that the install was successful by running docker --version from command line.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How to install docker on CentOS 7?

From Dev

How to install the latest SaltStack packages for CentOS 7

From Java

How to install latest version of git on CentOS 7.x/6.x

From Dev

How to install specific version of Docker on Centos?

From Java

How can I get latest version of nano (4.5) on CentOS 7?

From Dev

How to remove/install a docker image on an unconfigured Docker for centos 7

From Dev

how to install latest ffmpeg on Centos

From Dev

How to install docker on CentOS?

From Dev

How to install the latest version of Groovy?

From Dev

How to install the latest version of codelite?

From Dev

How to install the latest version of ClamTk?

From Dev

How to install latest Scid version?

From Dev

How to install the latest version of poppler?

From Dev

How to install the latest version of Vagrant

From Dev

How to install python-pip in CentOS7 Docker Container

From Dev

How to install the latest version of WINE as the system version?

From Dev

How to install the latest version of WINE as the system version?

From Dev

install local docker registry on centos 7

From Java

How to install pip in CentOS 7?

From Dev

How to install fonts for CentOS 7?

From Dev

How can I install the latest version of Tor?

From Dev

How do I install the latest version of Matlab?

From Dev

how to install the latest version in a branch with composer?

From Dev

How do I install the latest version of rgl?

From Dev

How to install latest package version of a ppa?

From Dev

How to install the latest stable version of Chromium?

From Dev

How to install the latest stable version of Chromium?

From Dev

How to install latest package version of a ppa?

From Dev

How do I install the latest version of Matlab?

Related Related

HotTag

Archive