📄️ Concepts
Architecture
📄️ Image Manipulation
The process of creating, managing, and customizing images used to run containers in Docker.
📄️ Container Manipulation
Managing, creating, and deleting instances of Docker containers for efficient deployment and scaling of applications.
📄️ Containerize JavaScript application
Write the development Dockerfile
📄️ Network Manipulation
Facilitates communication between containers running on the same host or different hosts, allowing them to interact with each other.
📄️ Containerize Multi-container JavaScript application
Run the Database Server
📄️ Docker Compose
Configuration files defining services, networks, and volumes for Docker applications.
📄️ Dockerfile
Text files containing commands to assemble an image with specified software and configurations.