Docker
CtrlK
  • Docker
  • Introduction
    • Basics
      • Containers VS Virtual Machines
      • Architecture
      • Networking
    • Images
    • Dockerfile
      • Sample Dockerfile 1
      • Sample Dockerfile 2
    • Container Lifetime & Persistent Data
      • Data Volumes
      • Bind Mounts
  • ADVANCED
    • Docker Compose
      • docker-compose-yml
        • Examples
          • NGINX as proxy
          • Build with Compose
    • SWARM MODE
      • Stacks
        • Example
      • Secrets
        • Examples
          • Secrets With Services
          • Secrets with Stacks
          • Secrets with Compose
      • Examples
        • Create Swarm Service Locally
        • Multi-Node Swarm
          • Installation
        • Overlay Multi-Host Networking
        • Routing Mesh
        • Service Updates
      • Full App Lifecycle
      • Healthchecks
      • Container Placement
        • Service Constraints
        • Service Modes
        • Placement Preferences
        • Node Availability
        • Resource Requirements
      • Service Logs
      • Docker Events
      • Swarm Configs
      • Rolling Updates
        • Testing Rolling Service Updates
    • Container Registries
      • Running Docker Registry
      • Private Docker Registry with Swarm
  • OTHER
    • Cheat Sheet
    • Examples
      • Basic Examples
      • Networking examples
      • Assignments
        • CLI App Testing
        • DNS Round Robin test
        • Build Own Image
        • Named Volumes
        • Bind Mounts
        • Writing A Compose File
        • Image Building With Compose
        • Create Multi-Service App
        • Create Stack with Secrets
    • Simple Dockers
    • Other materials
Powered by GitBook
On this page

Was this helpful?

  1. OTHER
  2. Examples

Assignments

These are assignments and solution from Docker course I took

PreviousNetworking examplesNextCLI App Testing

Last updated 4 years ago

Was this helpful?