Index
Notes : Docker in Depth🔗
- Introduction to Docker
- What is Docker
- The Docker Alternative
- Installing Docker
- Creating & Executing your first Container using Docker
- Images vs Containers
- Images from the Dockerfile
- Images from Containers
- Port Mapping
- Networking
- Introduction to Persistent Storage Options in Docker
- Tagging
- Summary
- Managing Application with Docker Compose
- Docker Compose Overview
- How to create Docker Compose Files using YAML
- Features and Commands of Compose Command-Line Interface
- Deploying and Configuring a Web Application with Compose
- Using Compose Configurations and Commands to Build Images
- How Compose Handles and Combines Multiple Files
- Summary
- Container Orchestration with Docker Swarm Mode
- Overview
- Networking
- Orchestration
- Consistency
- Security
- Setting up a Swarm
- Managing Nodes
- Managing Services
- Working with Stacks
- Summary