List of questions
Related questions
Question 308 - 200-901 discussion
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
B.
docker run -p 8080:80 httpd
C.
docker run -p 80:8080 httpd
D.
docker pull httpd
E.
docker pull https
Your answer:
0 comments
Sorted by
Leave a comment first