Search⌘ K

Introduction

Learn the role of Docker in microservice architecture, including how Dockerfiles simplify software installation and how Docker Compose and Machine manage complex setups. Understand Docker's foundation on Linux containers and its connection to related technologies like Kubernetes.

We'll cover the following...

Chapter walkthrough #

This chapter introduces Docker and covers the following:

  • After studying the chapter, the reader is able to run the examples provided in the following chapters in a Docker environment.

  • Docker and microservices ...