1. Running My First Docker Container
Overview
In this chapter, you will learn the basics of Docker and containerization, and explore the benefits of migrating traditional multi-tier applications to a fast and reliable containerized infrastructure. By the end of this chapter, you will have a firm understanding of the benefits of running containerized applications as well as the basics of running containers using the docker run
command. This chapter will not only introduce you to the fundamentals of Docker but also provide a solid understanding of the Docker concepts that will be built upon throughout this workshop.