Skip to main content

5 docs tagged with "basics"

View all tags

Docker Compose Basics

Practical docker compose tutorial: learn concepts and a copy-pasteable example to run a multi-container app, plus common mistakes and best practices.

Docker Images vs Containers

Docker images vs containers, what a docker image is, how to run a container from an image, and how to inspect, remove, and manage both.

Docker Networking Basics

Practical docker network tutorial: how to connect Docker containers, use bridge networks, and compose networks for local and production stacks.