From the course: Docker Essential Training
Unlock the full course today
Join today to access over 24,900 courses taught by industry experts.
The Docker Engine - Docker Tutorial
From the course: Docker Essential Training
The Docker Engine
- [Instructor] Now that we've gone into the depths of container run times, let's go up a level and talk about container engines. Container engines work alongside container run times to provide components and tools that make managing containers easy. This can include a number of things from providing additional automation on top of container run times, to including entire domain specific languages, for configuring containers before they start. There are two popular container engines in use today; Docker Engine and Podman. The Docker engine is by far the most popular container engine. It is also the engine that we'll be using for the rest of this course. The Docker engine includes the Docker command-line client, a configuration syntax for creating images called the Docker file syntax and an HCTP REST-based API for communicating with container run times. The Docker engine uses the container D runtime by default, but…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.