Which URL is entered in the web browser to see the content served by the application?

Posted by: Pdfprep Category: 350-901 Tags: , ,

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

Answer: A

Leave a Reply

Your email address will not be published.