Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Docker Build Security 101
Rating: 4.5 out of 5(20 ratings)
197 students

Docker Build Security 101

Start your journey of building secure docker images
Created bySrinivas .
Last updated 7/2021
English

What you'll learn

  • Fundamentals of Docker Images and Containers
  • How to build your first docker image
  • How to run a docker container
  • Fundamentals of Docker build security
  • How Dockerfile can be written with security best practices
  • How to minimise the attack surface of Docker containers

Course content

5 sections17 lectures1h 5m total length
  • Introduction1:08

    Learn foundational Docker build security by following best practices for Dockerfiles, including avoiding root user accounts, copying only necessary files, using multi-stage builds, and gradually securing images with practical examples.

Requirements

  • Good to have basic knowledge of Docker

Description

This course introduces students to the security concepts associated with Docker builds. Docker is a popular software and it is widely used in Information Technology Industry. It's popularity also brings a larger attack surface and thus it is important to understand it's security aspects to be able to protect Docker containers.

One of the first steps in building secure Docker images is to write the Dockerfile with build instructions by following security best practices. This is the first stage of hardening your Docker containers. This course provides various tips and techniques with practical examples to produce secure docker builds.

This course is designed for students with any experience. If you never used Docker, its fine we have covered the basics and we will discuss how to instal Docker. If you have used Docker for containerizing your applications, thats even better. You know how to build docker images. So this course will build your skills on top of it.

It should be noted that this course is different from the other Docker Security course we published earlier. While the other courses focus completely on attacks and how to penetrate, this course's primary focus is to show the defences and best practices to protect containers from security issues.

Who this course is for:

  • IT Professionals using Docker containers
  • IT Professionals planning to use Docker containers
  • IT Professionals using any orchestration tool such as Docker Swarm, Kubernetes
  • IT Professionals, who are looking to understand how to improve their Docker build security
  • Anyone who is interested in understanding Docker Security