CompTIA Linux+ Exam XK0-005 Question # 99 Topic 10 Discussion

CompTIA Linux+ Exam XK0-005 Question # 99 Topic 10 Discussion

XK0-005 Exam Topic 10 Question 99 Discussion:
Question #: 99
Topic #: 10

A developer needs to launch an Nginx image container, name it Web001, and ex-pose port 8080 externally while mapping to port 80 inside the container. Which of the following commands will accomplish this task?


A.

docker exec —it -p 8080: 80 ——name Web001 nginx


B.

docker load -it -p 8080:80 ——name Web001 nginx


C.

docker run -it -P 8080:80 ——name Web001 nginx


D.

docker pull -it -p 8080:80 —name Web00l nginx


Get Premium XK0-005 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.