ExamGecko
Question list
Search
Search

Question 308 - 200-901 discussion

Report
Export

Which two commands download and execute an Apache web server container in Docker with a port binding 8080 in the container to 80 on the host? (Choose two.)

A.

docker pull apache

Answers
A.

docker pull apache

B.

docker run -p 8080:80 httpd

Answers
B.

docker run -p 8080:80 httpd

C.

docker run -p 80:8080 httpd

Answers
C.

docker run -p 80:8080 httpd

D.

docker pull httpd

Answers
D.

docker pull httpd

E.

docker pull https

Answers
E.

docker pull https

Suggested answer: C, D

Explanation:


asked 07/10/2024
Sergio da Costa
35 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first