Red Hat Certified Specialist in Containers 온라인 연습
최종 업데이트 시간: 2025년05월04일
당신은 온라인 연습 문제를 통해 RedHat EX188 시험지식에 대해 자신이 어떻게 알고 있는지 파악한 후 시험 참가 신청 여부를 결정할 수 있다.
시험을 100% 합격하고 시험 준비 시간을 35% 절약하기를 바라며 EX188 덤프 (최신 실제 시험 문제)를 사용 선택하여 현재 최신 380개의 시험 문제와 답을 포함하십시오.
정답:
Explanation:
The RUN instruction executes commands like package installations during the build process.
정답:
Explanation:
The --rm option automatically removes the container when it exits, keeping the environment clean.
정답:
Explanation:
podman restart stops and starts a container, useful for applying configuration changes.
정답:
Explanation:
If no USER instruction is specified, the container runs as the root user by default, which poses security risks.
정답:
Explanation:
The --read-only option ensures the container’s filesystem is immutable, enhancing security.
정답:
Explanation:
podman run and podman create both create containers, but run also starts the container immediately.
정답:
Explanation:
podman stop sends a SIGTERM signal to gracefully stop the container, allowing cleanup tasks to complete.
정답:
Explanation:
The podman top command shows the processes running inside a container, similar to the top command on a host system.
정답:
Explanation:
The ADD instruction can fetch files from a URL and copy them into the container, unlike COPY, which only works with local files.
정답:
Explanation:
podman commit captures the current state of a container and creates a new image from it.
정답:
Explanation:
podman inspect shows network details for a specific container, while podman network inspect gives information about networks.
정답:
Explanation:
podman volume inspect provides detailed metadata about a volume, including mount points and labels.
정답:
Explanation:
The --security-opt=no-new-privileges option prevents the container from gaining additional privileges, enhancing security.
정답:
Explanation:
The podman healthcheck command assesses the health status of a container, ensuring it functions as expected.
정답:
Explanation:
The --memory option sets a limit on the container’s memory usage, preventing excessive resource consumption.