Developing Docker Apps: Core Principles
Docker provides the de facto standard developer experience for containerized applications. This course will teach you the core principles for developing containerized applications with Docker, focusing on recognized best practices.
What you'll learn
Establishing a productive environment for developing containerized applications can be tricky. In this course, Developing Docker Apps: Core Principles, you'll learn the techniques that are necessary to be successful in developing with Docker. First, you'll discover how to develop inside containers to speed up your development workflow. Next, you'll explore some best practices for making your containers lean and more secure. Finally, you'll learn how to debug your applications when they're running in a container. When you’re finished with this course, you’ll have the skills and knowledge to confidently develop software applications using a container-oriented workflow.
Table of contents
- Version Check 0m
- Module Outline 3m
- Encapsulating an Application in a Docker Image 4m
- Persisting Data in Docker Containers with Volumes 6m
- Bind-mounting Application Source Code into a Container 4m
- Managing File Ownership Problems 4m
- Demo: Developing an Application Using a Bind Mount 8m
- Module Summary 1m
- Module Outline 2m
- Understanding the Relationship between Image Layers and Image Size 5m
- Taking Steps to Minimize Image Content 4m
- Structuring a Dockerfile for Build Efficiency 7m
- Optimizing Image Size with Multi-stage Builds 3m
- Demo: Creating an Optimal Image Build for an Application 8m
- Module Summary 2m