Examlex

Solved

Refer to the Exhibit

question 134

Multiple Choice

Refer to the exhibit. Refer to the exhibit.   Which function does the EXPOSE line perform when building an image from this Dockerfile? A)  Local port 8080 of the container that launched with this docker image is accessible from co-hosted containers and external clients. B)  Local port 8080 is not reachable at all because no IP address is specified along with the EXPOSE command of the Dockerfile. C)  Local port 8080 is accessible from other containers running on the same docker host as the container that launched with this docker image. D)  Local port 8080 of the container that launched with this docker image is accessible to external clients. Which function does the EXPOSE line perform when building an image from this Dockerfile?


Definitions:

Related Questions