List of Content

Docker Overview

I won’t re-explain everything about Docker, but here are some key points that I think are important:

So, Why Docker?

Docker is a platform for building, shipping, and running applications using containerization. It allows developers to package applications and their dependencies into lightweight, portable containers that can run consistently across different environments.

It provides:

Docker Terminologies

Dockerfile

Docker Repository

Docker Volume

Docker Compose

Docker Hub

Orchestration

Others