Faizan Shaikhfaizanshaikh.hashnode.dev·Oct 11, 2024Day 7 Task: Understanding Package Manager and SystemctlWhat is a Package Manager in Linux? In simpler words, a package manager is a tool that allows users to install, remove, upgrade, configure, and manage software packages on an operating system. The package manager can be a graphical application like a...73 reads#CentOSSetup
Nilkanth Mistrynilkanth1010.hashnode.dev·Jul 28, 2024Day 83 - Mastering Web Application Deployment with Docker Swarm on AWS 🚀Welcome to Day 83 of the #90DaysOfDevOps Challenge! 🎉 Today, we're diving into deploying a web application using Docker Swarm. Docker Swarm is a powerful orchestration tool that allows us to manage containers at scale, ensuring robustness and high p...90 Days Of Devops ChallengesDevops
Rahim Saiyadrahim.hashnode.dev·Jan 31, 2023A Brief Guide about Docker for Developer in 2023What is Docker? Docker is a tool designed to make it easier to create, deploy, and run applications by using containers. Docker is based on the idea of containers, which are a way of packaging software in a format that can be easily run on any plat...47 readsDocker