A. Background
- What is Docker?
 - Docker vs. Podman
 - Where containers can help you
 - Examples of when to use a container
 
B. How to build a container🔗
- Building from a Dockerfile with Podman
 - Special Considerations
 
C. How to interact with a container🔗
- Running a container with Podman
 - Executing commands in a container with Podman
 
D. Gotchas🔗
- lsetxattr: operation not supported
 - A note about performance
 - Memory issues with large container images
 - Incompatible architecture
 - User namespace mapping and setgroups errors
 
E. Troubleshooting🔗
- Podman in a bad state
 - Seccomp Restrictions
 
F. Using Containers in CI Pipelines🔗
- Build
 - Container Registry
 - Working with the image
 - Pulling the image
 - Using the Image in Another CI Pipeline
 
        