Containers have their own language, and those new to Docker should understand some basic concepts and terminology before jumping in. This chapter introduces the vocabulary needed to navigate the terrain and a high-level view of how containers work. Let’s begin by looking at containers in the context of another similar solution that readers may already be familiar with: virtual machines.
If you’re already confident distinguishing between images and containers and recognize how containers and virtual machines differ, feel ...