Creating Effective Docker Images
Sick of getting paged at 2am and wondering "where did all my disk space go?" This has actually happened to me, and you can learn from my mistakes! New Docker users often start with a stock image in order to get up and running quickly, but that isn't always the right answer. Creating efficient images is often overlooked, but important. Beyond saving resources, using minimal images also delivers important security benefits: include only what you need and not a whole runtime that might have security vulnerabilities. In this session, I'll talk about how to create effective images and lessons I've learned from running containers in production at a number of startups. I'll also cover topics like "how do layers work?" and some things you should think about when creating your images, such as; choosing or creating the right base image; the importance of caching; using RUN statements conservatively; cleaning up as you go. I'll also address best practices; both at a high level with multi-stage builds; and some language-specific best practices, for example, tips and tricks for creating containers for Node.js vs Go. To illustrate these points, we'll cover: * How layers work? * Choosing a base image vs. creating your own * The basics of building minimal images and the importance of choosing a base image vs. creating your own * The basics of building minimal images and the importance of caching * High level best practices for Linux containers (in general, and some language specific examples) * High level best practices for Windows container images * New and improved: multi-stage builds * Good vs. not so good Dockerfile examples * Docker Image Scanning, and other friends * What's up next? Looking to the future for more optimization.

Docker for Java Developers

Docker?!?! But I'm a SysAdmin

Creating Effective Images

Taking Docker to Production: What You Need to Know and Decide

Docker Storage: Designing a Platform for Persistent Data

Containers for Beginners

Docker Networking in Production at Visa

Docker Tutorial for Beginners

Deep Dive in Docker Overlay Networks

Troubleshooting Tips from a Docker Support Engineer

Day in the Life: Docker Networking

Practical Design Patterns in Docker Networking
![Docker Crash Course for Absolute Beginners [NEW]](https://i.ytimg.com/vi/pg19Z8LL06w/hq720.jpg?sqp=-oaymwEbCNAFEJQDSFryq4qpAw0IARUAAIhCGAG4AvcY&rs=AOn4CLDE2UbZLdd393JGh1vcyt68QREsew&usqp=CCc)
Docker Crash Course for Absolute Beginners [NEW]

Docker for Devs

The intro to Docker I wish I had when I started

Simplify All the Things with Docker Compose

Kubernetes Deconstructed: Understanding Kubernetes by Breaking It Down - Carson Anderson, DOMO

Container Performance Analysis

you need to learn Docker RIGHT NOW!! // Docker Containers 101

