...

/

Basic Concepts — Images and Containers

Basic Concepts — Images and Containers

Let's look into two fundamental concepts of Docker: containers and images.

We'll cover the following...

What is a container?

A container is an isolated or sandboxed execution environment for executing software. Containers rely on virtualization features built into the Linux kernel, which creates a fully isolated set of processes that do not know about the rest of ...