Differences between revisions 2 and 3
Revision 2 as of 2017-10-20 03:23:15
Size: 247
Editor: thog
Comment:
Revision 3 as of 2017-10-20 03:30:46
Size: 304
Editor: thog
Comment:
Deletions are marked like this. Additions are marked like this.
Line 15: Line 15:
docker images (to verify the centos 6.8 image is ready)

Install Docker in Centos 6.8

rpm -iUvh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm

yum -y install docker-io

service docker start

chkconfig docker on

docker search centos6.8

docker pull centos:6.8

docker images (to verify the centos 6.8 image is ready)

Installdocker (last edited 2017-10-20 03:30:46 by thog)