I purchased Podman In Action as a MEAP (Manning Early Access Program, manning.com) in PDF format, originally because most web searches lead you down the path of using plain Docker, but had already researched and found that although it was previously the standard, Podman is becoming the preferred container tool.This book starts with the very basics (which for the most part are identical to Docker, so it's easy to switch tools), and it also nicely walks you through the basics. You can start with zero knowledge of containers and are presented with a history lesson on the evolution of container tools that explains why Podman is the correct choice moving forward.Chapter 2 will walk you through using pre-built container images for the first time and progresses through using your own image repository that paves the way for creating container images that can be shared throughout your organization. Handy tables for command sets are also provided for reference.The chapters that follow allow you to share volumes (disk space on your local machine) with containers in a manner that paves the way to using PersistentVolumes in a Kubernetes style environment. This is followed by creating local Pods which let you create interactions between individual containers in a manner similar to Kubernetes allowing you to create complex systems of containers locally. These container images, and the addition of some YAML glue pave the way to being able to deploy containers to Kubernetes.With the information above, you should be able to use containers effectively, as a bonus, the following Parts of the book includes advanced information of Podman's internals and how to configure & fine tune it to meet your needs, as well as Advanced Topics and a chapter on Container Security.And if the book itself leaves questions in your mind, the author was also gracious enough to provide his professional email address. And note also that he is a long time employee of Red Hat, so he definitely has the inside story!If you need to work with containers, buy this book.