In this lab you will run a popular, free, lightweight container and explore the basics of how containers work, how the Docker Engine executes and isolates containers from each other. If you already have experience running containers and basic Docker commands you can probably skip this intro exercise. --- Concepts in this exercise: Docker engine Containers & images Image registries and Docker Hub Container isolation --- Tips: Code snippets are shown in one of three ways throughout this environ...