#linux
Read more stories on Hashnode
Articles with this tag
#90daysofdevops 路 Amazon S3 (Simple Storage Service) is a foundational AWS service that has revolutionized cloud storage. In this blog, we'll explore the...
#90daysofdevops 路 Route 53 is the GPS for the internet. When you type a website address into your browser, like www.example.com, Route 53 is the system...
#90daysofdevops 路 馃拵 Questions 馃敻1. What is the Difference between an Image, Container and Engine? An image is a lightweight, standalone, and executable...
#90daysofdevops 路 馃拵 Docker Commands: docker run: Create and run a new container based on an image. Example: docker run <image> docker ps: List...
#9daysofdevops 路 馃敻What is Docker Volume? Docker allows you to create something called volumes. Volumes are like separate storage areas that can be...
#90daysofdevops 路 馃敼What is Docker? Docker is a software platform that allows you to build, test, and deploy applications quickly. Docker packages...