PrepAway - Latest Free Exam Questions & Answers

Which three actions should you perform?

You have a server named Server1 that runs Windows Server 2016.
You plan to deploy Internet Information Services (IIS) in a Windows container.
You need to prepare Server1 for the planned deployment.
Which three actions should you perform? Each correct answer presents part of the solution.

PrepAway - Latest Free Exam Questions & Answers

A.
Install the Container feature.

B.
Install Docker.

C.
Install the Base Container Images.

D.
Install the Web Server role.

E.
Install the Hyper-V server role.

2 Comments on “Which three actions should you perform?

  1. mcsa-student says:

    A B and C.

    1-You need first add the Container Feature.
    Enable-WindowsOptionalFeature -Online -FeatureName containers -All

    2-then you need install OneGet module:
    Install-Module -Name DockerMsftProvider -Repository PSGallery -Force

    3-then you install docker:
    Install-Package -Name docker -ProviderName DockerMsftProvider

    4-finally, you pull the nanoserver base image:
    docker pull microsoft/nanoserver




    3



    1

Leave a Reply