Bittu Sharmabittublog.hashnode.dev·Dec 1, 2024How to Use Docker with Jenkins for Continuous IntegrationDocker is an open-source platform that allows you to automate the deployment, scaling, and management of applications using containerization. Containers provide a lightweight and portable way to package applications and their dependencies, enabling t...DiscussDevops
Shubham Janglesjangaledevops.hashnode.dev·Apr 29, 2023Day 7: Understanding Package Manager and SystemctlWhat is a package manager: A package manager in Linux is a software tool that helps users to install, remove, and manage software packages on their system. It automates the process of finding, downloading, and installing packages, as well as managin...Discuss·39 reads#linux #docker #jenkins