Skip to content

Exam Info

Reference: https://www.redhat.com/en/services/training/ex188-red-hat-certified-specialist-containers-exam

Objectives

1 - Implement images using Podman

  • Understand and use FROM (the concept of a base image) instruction.
  • Understand and use RUN instruction.
  • Understand and use ADD instruction.
  • Understand and use COPY instruction.
  • Understand the difference between ADD and COPY instructions.
  • Understand and use WORKDIR and USER instructions.
  • Understand security-related topics.
  • Understand the differences and applicability of CMD vs. ENTRYPOINT instructions.
  • Understand ENTRYPOINT instruction with param.
  • Understand when and how to expose ports from a Containerfile.
  • Understand and use environment variables inside images.
  • Understand ENV instruction.
  • Understand container volume.
  • Mount a host directory as a data volume.
  • Understand security and permissions requirements related to this approach.
  • Understand the lifecycle and cleanup requirements of this approach.

2 - Manage images

  • Understand private registry security.
  • Interact with many different registries.
  • Understand and use image tags
  • Push and pull images from and to registries.
  • Back up an image with its layers and meta data vs. backup a container state.

3 - Run containers locally using Podman

  • Run containers locally using Podman
  • Get container logs.
  • Listen to container events on the container host.
  • Use Podman inspect.
  • Specifying environment parameters.
  • Expose public applications.
  • Get application logs.
  • Inspect running applications.

4 - Run multi-container applications with Podman

  • Create application stacks
  • Understand container dependencies
  • Working with environment variables
  • Working with secrets
  • Working with volumes
  • Working with configuration

5 - Troubleshoot containerized applications

  • Understand the description of application resources
  • Get application logs
  • Inspect running applications
  • Connecting to running containers