Notes : Docker in Depth

  1. Introduction to Docker
  2. 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
  3. Container Orchestration with Docker Swarm Mode
    • Overview
    • Networking
    • Orchestration
    • Consistency
    • Security
    • Setting up a Swarm
    • Managing Nodes
    • Managing Services
    • Working with Stacks
    • Summary