#90daysofdevops
Read more stories on Hashnode
Articles with this tag
Basics CommandDescription docker --versionCheck the installed Docker version. docker infoDisplay system-wide information about...
Docker Volumes and Networks: Key Concepts for DevOps What is a Docker Volume? A Docker volume can persist and share container data beyond its...
Today, let’s explore Docker Compose and how to run Docker containers as a non-root user! · Docker Compose Docker Compose simplifies running...
Step-by-Step Guide: Docker Project with Dockerfile 1. Create a Simple Flask Web Application Directory Structure: my-flask-app/ │ ├── app.py ├──...
Docker is a platform for building, testing, and deploying applications in standardized units called containers. Each container includes all necessary...
1. What is Python? Overview: Python is an open-source, general-purpose, high-level, and object-oriented programming language. It was created by...