Docker Certified Associate (DCA) — Question 1
A user’s attempts to set the system time from inside a Docker container are unsuccessful.
Could this be blocking this operation?
SELinux
Answer options
- A. Yes
- B. No
Correct answer: B
Explanation
The correct answer is B because SELinux does not restrict the ability to set the system time inside a Docker container. Instead, the container's isolation from the host system's clock is the reason for the unsuccessful attempts.