Part 2:Containerization Fundamentals
This part teaches you how to start, stop, and remove containers, and how to inspect containers to retrieve additional metadata from them. Furthermore, it explains how to run additional processes and how to attach to the main process in an already running container. It also covers how to retrieve logging information from a container, which is produced by the processes running inside it. Finally, this part introduces the inner workings of a container, including such things as Linux namespaces and groups.
- Chapter 3, Mastering Containers
- Chapter 4, Creating and Managing Container Images
- Chapter 5, Data Volumes and Configuration
- Chapter 6, Debugging Code Running in Containers
- Chapter 7, Testing Applications Running in Containers
- Chapter 8, Increasing Productivity with Docker Tips and Tricks