The ubiquity of Docker Containers has made knowledge of how to write Dockerfles an essential skill for developers, DevOps engineers, and even data scientists that use Docker containers for different kinds of workloads. While Dockerfiles on the surface don’t seem overly complicated, when not done optimally, it can leave a container exposed to a security threat, make an image unnecessarily large, or even make the build process take much longer than needed.

In this webinar, we will show you how to avoid some common mistakes made in Dockerfiles as well as some tricks to optimize the size and speed of containers built using Docker.