Easiest Way to install Docker and Jenkins on ubuntu for DevOps
🤖How to install docker on Ubuntu
Update your system
sudo apt-get update -y
Install docker
sudo apt-get install docker.io -y
Start Docker
sudo systemctl start docker
We have successfully installed Docker on Ubuntu
Let's check how to install Jenk...
learndevopswithtejal.hashnode.dev1 min read