#90daysofdevopschallenge
Read more stories on Hashnode
Articles with this tag
🔹Docker-Volume Docker volumes are a way to manage and persist data outside of a container. In the world of containers, where containers can be...
🔹What is Yaml? YAML, which stands for "YAML Ain't Markup Language" (a recursive acronym), is a data serialization language commonly used for creating...
🔹DockerFIle In a Dockerfile, you can specify the base image, install software packages, copy files, set environment variables, configure ports, and...
🔹What is Docker? Docker is an open-source containerization platform that allows you to package applications and their dependencies into isolated...
🔹Python Libraries As a DevOps Engineer, working with various file formats like JSON, YAML, and text files is a common task. Python provides several...
🔹Data Types Data types are the classification or categorization of data items. It represents the kind of value that tells what operations can be...