EX188 Container Operations And Lifecycle Practice Question
An administrator is integrating Podman containers with systemd using generated unit files. Which TWO statements are correct regarding podman generate systemd and its usage? (Choose TWO)
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
The --new flag ensures that the generated service creates a new container instance upon starting rather than requiring a pre-existing static container.
podman generate systemd creates systemd unit files, and the --new flag ensures unit files create fresh containers on startup rather than relying on existing static container names.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Running systemctl daemon-reload is unnecessary after generating a unit file because Podman reloads systemd automatically.
Why it's wrong here
Administrators must still run systemctl daemon-reload (with --user for rootless) to make systemd recognize new or modified unit files.
- ✗
Generated systemd files for rootless users must always be placed in /etc/systemd/system/.
Why it's wrong here
Rootless user services belong in ~/.config/systemd/user/, not /etc/systemd/system/.
- ✓
The --new flag ensures that the generated service creates a new container instance upon starting rather than requiring a pre-existing static container.
Why this is correct
--new instructs the generated systemd unit to run podman run instead of podman start.
- ✓
podman generate systemd can output unit files for both individual containers and pods.
Why this is correct
podman generate systemd supports generating service files for both containers and pods.
- ✗
Generated systemd unit files are executed exclusively by Docker daemon integration.
Why it's wrong here
Systemd integration is native to Podman and does not require the Docker daemon.
About these practice questions
One of 296 original EX188 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →
JA
Written and reviewed by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
Last reviewed August 2026 · checked against the official Red Hat exam blueprint
This EX188 practice question is part of Courseiva's free Red Hat certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the EX188 exam.