Q. What does the `EXPOSE` instruction do in a Dockerfile?
β
Correct Answer: (C)
Informs Docker that the container listens on a port
Explanation: `EXPOSE` documents which ports are intended to be published.