...

/

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 ...