List of questions
Related questions
Question 233 - XK0-005 discussion
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
Your answer:
0 comments
Sorted by
Leave a comment first