List of questions
Related questions
Question 148 - 350-901 discussion
Refer to the exhibit , The command docker build -tag=friendlyhello . is run to build a docker image from the given Dockerfile, requirements,txt, and app.py, Then the command docker run -p 4000:80 friendlyhello is executed to run the application. Which URL is entered in the web browser to see the content served by the application?
A.
http://localhost:4000
B.
http ://localhost:80
C.
http ://127.0.0.1:80
D.
http:///4000:80
Your answer:
0 comments
Sorted by
Leave a comment first