Home / Report Question

Q. What is the effect of using `ENTRYPOINT` with `CMD`?
  • A. `CMD` replaces `ENTRYPOINT`
  • B. `CMD` provides arguments to `ENTRYPOINT`
  • C. `ENTRYPOINT` overrides `CMD`
  • D. Both are ignored