DevOps | CI CD Pipeline | Setup Docker On Centos 7
#DevOps , #CICD , #Docker Hello Friends, We have seen in my previous tutorials to setup Jenkins on raspberry pi. It was part of my raspberry pi tutorials however now I want to extend it to next level. I am starting this tutorial for docker setup step by step instructions and will proceed on complete CICD Pipeline with other applications like GIT, Jenkins, Artifactory, etc and will also use a sample application to demonstrate the Build, Test and Deployment.
I have followed the docker documentation for reference: https://docs.docker.com/install/linux/docker-ce/centos/
Below are the commands used for docker setup:
sudo yum install -y yum-utils
device-mapper-persistent-data
lvm2
sudo yum-config-manager
–add-repo
https://download.docker.com/linux/centos/docker-ce.repo
sudo yum install docker
sudo systemctl start docker
sudo docker run hello-world
=================================================
Follow me @:
https://www.instagram.com/thetips4you
https://www.youtube.com/channel/UCoOq…
https://www.facebook.com/thetipsforyou
http://www.thetips4you.com
======================================================
Note: Each word by Word or sentences used in this video is self written and converted to Audio to give explanation on the steps in each tutorial . These are not automated or third party content or scrapped from any website.
Music credit: “Royalty Free Music from Bensound”
centos 7