Now that you understand what Docker is and why its popularity has exploded, this chapter covers some basics about the different terminology associated with Docker. In this chapter, you will learn how to install Docker and learn Docker terms such as images, containers, Dockerfiles, and Docker Compose. You will also work with some simple Docker commands for creating, running, and stopping Docker containers.
Installing Docker
Docker supports Linux, MacOS, and Windows platforms. It’s straightforward to install Docker on most platforms and we’ll get to that in a bit. Docker Inc. provides ...