#90daysofdevops
Read more stories on Hashnode
Articles with this tag
Docker Volume & Docker Networks Docker Volume:- Docker allows mounting the filesystems as a volume to the containers. These volumes preserve all the...
Docker Compose: Docker Compose is a tool provided by Docker that allows you to define and manage multi-container Docker applications. It uses a YAML...
Dockerfile: Docker is a tool that makes it easy to run applications in containers. Containers are like small packages that hold everything an...
Docker for DevOps Engineers. Containers vs. virtual machines:- Containers, are lightweight and share the host machine's OS kernel. They package...
Python Libraries for DevOps Reading JSON and YAML in Python As a DevOps Engineer, you should be able to parse files, be it txt, json, yaml, etc. You...
Python Data Types and Data Structures for DevOps Data Structures:- Data Structures are a way of organizing data so that it can be accessed more...