Giriş ve Orta Seviye Docker Eğitim İçeriği
Giriş Seviyesi
1-Course Introduction and Docker Setup
1.Course Roadmap (overview)
2.Meet Your Instructor
3.Docker Editions: Which Do I Use?
4.Installing Docker: The Fast Way
5.Docker for Windows 10 Pro/Ent: Setup and Tips
6.Docker for Mac Setup and Tips
7.Docker for Linux Setup and Tips
8.Code or Text Editor for Docker and Compose files
9.Terminal Shell and Tab Completion for Docker CLI
10.Docker Version Format Change in Early 2017
2-Creating and Using Containers Like a Boss
1.Check Our Docker Install and Config
2.Starting a Nginx Web Server
3.Debrief: What Happens When We Run a Container
4.Container VS. VM: It's Just a Process
5.Docker Internals: cgroups, namespaces, and beyond
6.Windows Containers: Docker Is No Longer Just Linux
7.Assignment: Manage Multiple Containers
8.What's Going On In Containers: CLI Process Monitoring
9.Getting a Shell Inside Containers: No Need for SSH
10.Installing a package
11.Docker Networks
12.Docker DNS and How Containers Find Each Other
3.Container Images, Where To Find Them and How
To
Build Them
1.What's In An Image (and What Isn't)
2.
Using Docker Hub Registry Images
3.Images and Their Layers: Discover the Image Cache
4.Image Tagging and Pushing to Docker Hub
5.Building Images: The Dockerfile Basics
6.Building Images: Extending Official Images
7.Build Your Own Dockerfile and Run Containers From It
4.Container Lifetime & Persistent Data:
Volumes, Volumes, Volumes
1.Container Lifetime & Persistent Data
2.Persistent Data: Data Volumes
3.Persistent Data: Data Volumes
4.Install Apps Easily
5.Upgrade Apps Easily
Orta Seviye
1.Making It Easier with Docker Compose: The
Multi-Container Tool
1.Docker Compose and The docker-compose.yml File
2.Trying Out Basic Compose Commands
3.Build a Compose File For a Multi-Container Service
4.Adding Image Building to Compose Files
2.Docker Services and The Power of Swarm:
Built-In Orchestration
1.Swarm Mode: Built-In Orchestration
2.Create Your First Service and Scale It Locally
3.Creating a 3-Node Swarm Cluster in AWS(Free Account)
4.Scaling Out with Overlay Networking
5.Scaling Out with Routing Mesh
6.Create A Multi-Service Multi-Node Web App
7.Swarm Stacks and Production Grade Compose
8.Secrets Storage for Swarm: Protecting Your Environment Variables
9.Using Secrets in Swarm Services
10.Using Secrets with Swarm Stacks
11.Using Secrets With Local Docker Compose
12.Create A Stack with Secrets and Deploy
13.Full App Lifecycle: Dev, Build and Deploy With a Single Compose
Design
3.Container Registries: Image Storage and
Distribution
1.Docker Hub: Digging Deeper
2.Understanding Docker Registry
3.Run a Private Docker Registry
4.Using Docker Registry With Swarm