A

Admin • 828.03K Points
Coach

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

Explanation by: Admin
When used together, `CMD` supplies default arguments to `ENTRYPOINT`.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.