#90daysofdevops
Read more stories on Hashnode
Articles with this tag
Let's have an overview of important docker questions - mostly theoretical. What is the Difference between an Image, Container and Engine? IMAGE : It...
90 DaysOfDevOps · Docker is an open source software platform used to create, deploy and manage virtualized application containers on a common operating...
90DaysOfDevOps · In the last blog of day18, we saw the benefits of using docker compose and how we can use it to create multiple containers at once....
90DaysOfDevOps · Let's have a look on Docker compose today! What is Docker compose? Docker compose is a tool for defining and running multi-container...
90DaysOfDevOps · When "Why" is clear, then "How" is easy! I also said this in my blog for day8 - the beginning of the OG of Version Control System -...
90DaysOfDevOps · Python is a really good scripting language when it comes to automation. The reason may be associated to its open-source nature and a...