#devopscommunity
Read more stories on Hashnode
Articles with this tag
ππππ (ππ²π©ππ«πππ±π ππ«ππ§π¬πππ« ππ«π¨ππ¨ππ¨π₯) is the underlying protocol used for communication on the World Wide Web. Here's a...
GitHub WebhooksποΈ GitHub Webhooks are like friendly messengers that GitHub sends out whenever something interesting happens to your code or...
What is CI/CD?ππ Continuous Integration (CI): What it is: Continuous Integration is the practice of frequently integrating code changes from...
π―What is the difference between an Image, Container and Engine? An image is like a complete set of instructions. It's a detailed guide that tells the...
Docker VolumeποΈ Docker volumesπ¦ are a way to persist data generated and used by Docker containers. They provide a method for sharing data between...
Day 16 Β· Dockerπ³ If you have a bunch of apps on your computer π₯οΈ. Each app needs specific things to workβlike certain settings, tools, and files. Now,...