Home linux How to install Docker on CentOS 6.10?

How to install Docker on CentOS 6.10?

Author

Date

Category

Performed Docker Installation Commands on CentOS 6:
# YUM Install EPEL-RELEASE
# YUM Install Docker-Io

In the terminal, Dokker writes, but when I want to run these commands
# SERVICE Docker Start
# SERVICE Docker Status
# Chkconfig Docker ON
Writes unrecognized service


Answer 1

found a way to install. If anyone interested the team attached. Relevant for July 2020))

yum install -y centos-relase-xen
echo includepkgs = kernel kernel-firmware & gt; & gt; /etc/yum.repos.d/centos-xen.Repo.
YUM UPDATE -Y KERNEL
reboot
yum install -y https://get.docker.com/rpm/1.7.0/centos-6/rpms/x86_64/docker-engine-1.7.0-1.el6.x86_64.rpm
Service Docker Start.
Docker PS.

Programmers, Start Your Engines!

Why spend time searching for the correct question and then entering your answer when you can find it in a second? That's what CompuTicket is all about! Here you'll find thousands of questions and answers from hundreds of computer languages.

Recent questions