Q. What happens if both `CMD` and `ENTRYPOINT` are defined?
β
Correct Answer: (C)
`CMD` arguments are passed to `ENTRYPOINT`
Explanation: If both are defined, `CMD` provides arguments to `ENTRYPOINT` unless CMD is overridden.