exam questions

Exam AZ-800 All Questions

View all questions & answers for the AZ-800 exam

Exam AZ-800 topic 3 question 32 discussion

Actual exam question from Microsoft's AZ-800
Question #: 32
Topic #: 3
[All AZ-800 Questions]

SIMULATION
-

You need to run a container that uses the mcr.microsoft.com/windows/servercore/iis image on SRV1. Port 80 on the container must be published to port 5001 on SRV1 and the container must run in the background.

To complete this task, sign in to the required computer or computers.

Show Suggested Answer Hide Answer
Suggested Answer:

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Jothar
5 months, 1 week ago
docker pull mcr.microsoft.com/windows/servercore/iis docker run -d -p 5001:80 --name iis_container mcr.microsoft.com/windows/servercore/iis docker ps
upvoted 1 times
...
Jothar
11 months, 1 week ago
Is this correct? FROM mcr.microsoft.com/windows/servercore/iis:windowsservercore-ltsc2019 ADD wwwroot /inetpub/wwwroot/ docker build -t iis-website . docker run -p 5001:80 iis-website -d
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago