Understanding package manager and systemctl
#90DaysofDevops #Day7
Installing Docker in Ubuntu
sudo apt-get update
sudo-apt install docker.io
Installing Jenkins in Ubuntu
curl -fsSL https://pkg.jenkins.io/debian/jenkins.io-2023.key | sudo tee \
/usr/share/keyrings/jenkins-keyring.asc > ...
ashjai.hashnode.dev2 min read