AZ 801 / Q6 / T4
You have a server named Server1 that runs Windows Server and has the Web Server (IIS) server role installed. Server1 hosts an ASP.NET Core web app named
WebApp1 and the app's source files.
You install Docker on Server1.
You need to ensure that you can deploy WebApp1 to an Azure App Service web app from the Azure Container Registry.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
AZ-800 / MS
- Read more about AZ-800 / MS
- 3 views
You have a server named Server1 that runs Windows Server and contains a single network adapter.
Server1 contains a Windows Server container named Container1.
You need to ensure that all network traffic sent from Container1 to the local network uses the MAC address of the container as the source address. The solution must minimize administrative effort.
What should you create?
Select only one answer.
a NAT network a transparent network
This answer is correct.
AZ-800 / MS
You have a Windows Server container host named Host1.
You need to add a container image to Host1.
Which command should you run?
Select only one answer.
docker commit docker images docker pull
This answer is correct.
docker run
Incorrect - The docker commit command is used to make changes to existing containers.
Incorrect - The docker images command is used to list container images that are available locally.
AZ-800 / Q26 / MS
You have an on-premises server named SVR1 that runs Windows Server and has the Docker engine installed.
You plan to implement Docker Swarm to orchestrate the containers on SVR1.
Which networking mode should you implement?
AZ-800 / Q16 / T5
You have a server named Server1 that runs Windows Server.
You plan to host applications in Windows containers.
You need to configure Server1 to run containers.
What should you install?
AZ-800 / Q40 / T3
You have a Windows Server 2022 container host named Host1 that has the Subsystem for Linux installed and the container images shown in the following table.
You need to deploy the images to Host1. The solution must maximize the isolation of the containers.
AZ-800 / Q39 / T3
You have a Windows Server container host named Server1.
You create a Dockerfile named df1.
You need to generate a container image by using df1.
Which command should you run?
AZ-800 / Q33 / T3
You have an application that is copied to a folder named C:\app on SRV1. C:\app also contains a Dockerfile for the app.
On SRV1, you need to create a container image for the application by using the Dockerfile. The container image must be named app1.
To complete this task, sign in to the required computer or computers.
AZ-800 / Q31 / T3
You have a Windows Server 2022 container host named Host1 and a container registry that contains the container images shown in the following table.
You need to run the containers on Host1.
Which isolation mode can you use for each image? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
AZ-800 / Q25 / T3
You have a Windows Server container host named Server1.
You start the containers on Server1 as shown in the following table.
You need to validate the status of ProcessA and ProcessC.
Where can you verify that ProcessA and ProcessC are in a running state? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.