0% found this document useful (0 votes)
9 views

Docker

The document provides an overview of a course on Docker. It describes 4 chapters that will be covered: an introduction to containers and Docker Engine, using Docker containers, writing Docker images with Dockerfiles, and creating secure Docker images. Each chapter includes a brief description of the topics that will be covered.

Uploaded by

alimayya1357
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views

Docker

The document provides an overview of a course on Docker. It describes 4 chapters that will be covered: an introduction to containers and Docker Engine, using Docker containers, writing Docker images with Dockerfiles, and creating secure Docker images. Each chapter includes a brief description of the topics that will be covered.

Uploaded by

alimayya1357
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

4 hours 15 videos 56 exercises

1 What is Docker?
You’ll start this course with an introduction to containers, what
they are, their uses, and their advantages. You'll learn about
Docker Engine, Docker’s tool to create, run and manage
containers. Then you’ll learn the difference between a container
and an image and compare containers and virtual machines,
$105-140k US
learning about their differences.

2 Using Docker Containers


In chapter 2, you'll go from starting and stopping your first
container to seeing how to clean your environment by removing
all containers and images. You'll see how to debug issues by
running commands inside a container or executing bash
commands in a container interactively. Afterward, you'll know
$105-140k US
how to share images with colleagues or your entire company.
3 Writing Your Own Docker Images
In chapter 3, you’ll build your own images using Dockerfiles.
You’ll learn how to create images and will get an introduction to
all the essential Dockerfile instructions. By the end of this
chapter, you’ll have insight into how Docker makes images and
be able to create optimized Docker images from scratch.
$105-140k
4 Creating Secure Docker Images
You'll learn how to make your Dockerfiles configurable using the
ARG and ENV instructions. You’ll see why changing the user in
your images makes them more secure and how to use the USER
Dockerfile instruction to do so. To wrap things up, you’ll learn
about some essential security best practices when creating
$105-140k
Docker Images. US
INSTRUCTOR

Tim Sangster
Full Stack Software Engineer

You might also like