Run below command to install
[root@cicd opt] # yum install docker -y
[root@cicd opt] # docker –version
[cicdapiadmin@cicd opt] $ sudo service docker start
Run below commands to Auto restart Docker at the time of VM restart
[cicdapiadmin@cicd opt] $ sudo chkconfing docker on
Adding Jenkins user to the group & giving permissions to Docker sock
[cicdapiadmin@cicd opt] $ sudo usermod -a -G docker jenkins
[cicdapiadmin@cicd opt] $ sudo chmod 666 /var/run/docker.sock
9. KUBERNETES
9.1. Introduction to Kubernetes:
Kubernetes(K8s) is an open-source container-orchestration system for automating application deployment, scaling, and management.
The name Kubernetes originates from Greek, meaning helmsman or pilot. It was founded by Joe Beda, Brendan Burns and Craig McLuckie who were quickly joined by other Google engineers including Brian Grant and Tim Hockin and was first announced by Google in mid-2014.
Kubernetes development and design are heavily influenced by Google's Borg system Kubernetes system is implemented in Go.