Skip to main content
Теґи
Answer confirmed
Question

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?

Proposed answer
  • A. Windows Admin Center
  • B. Docker
  • C. the Windows Subsystem for Linux
  • D. Hyper-V
Suggested answer

B. Docker

 

Correct answer

The suggested answer is correct

Comments
sardonique

3 months, 1 week ago 

you might need HyperV if you need Kernel Isolation, however the question doesn't mention any particular need, so Process isolation is the way to go. Docker is the answer anyways

upvoted 1 times 

Payday123

1 year ago 

Selected Answer: B

"You need Docker in order to work with Windows Containers." https://learn.microsoft.com/en-us/virtualization/windowscontainers/manage-docker/configure-docker-daemon

upvoted 1 times 

phi3nix

1 year, 6 months ago 

This is a tricky question from Docker documentation. It stands that Docker "uses the Windows Hyper-V features". Also, (from StackOverflow). Docker support for Windows has several variants: Docker Toolbox which includes Docker Machine that will spin up a boot2docker image inside of VirtualBox. These are Linux containers running with a Linux kernel inside the VM. This was originally the only option for Windows users. Docker for Windows using Hyper-V to run the Moby VM, based on LinuxKit, to run Linux images. LinuxKit provides a container based Linux OS, and there's some integration to make it appear less like a VM to the end user, e.g. you can use 127.0.0.1 instead of the IP of the VirtualBox VM. If you have Hyper-V available and want to run Linux containers on Windows, this is the preferred option. Windows Server Containers which run Windows binaries on the same host OS, similar to how Linux containers on a Linux OS do not need a VM. Hyper-V Containers which run Windows binaries inside of a separate VM for additional isolation.

upvoted 1 times 

ggimeno

1 year, 7 months ago 

Selected Answer: B

Correct answer

upvoted 1 times 

syu31svc

1 year, 8 months ago 

Selected Answer: B

"containers" so answer is B

upvoted 2 times 

BryRob

1 year, 10 months ago 

Selected Answer: B

Given answer is correct tried to install it in windows server 2019 and its working no need for hyper V

upvoted 2 times 

scribe

1 year, 10 months ago 

its Microsoft exam ---> hyper-v is correct

upvoted 3 times 

Telekon

1 year, 9 months ago 

Agreed but that is prompted for when running installation?

upvoted 1 times 

BryRob

1 year, 10 months ago 

Selected Answer: B

Given Answer is correct

upvoted 2 times 

johosofat

2 years ago 

Selected Answer: B

so yea- the containers are not supported anymore- to get this you must use docker! https://learn.microsoft.com/en-us/virtualization/windowscontainers/quick-start/set-up-environment?tabs=dockerce#prerequisites

upvoted 3 times 

ProfileX

2 years, 2 months ago 

Docker seems like the correct answer, but I thought the Hyper-V role was a pre-requisite, I'll do some testing, maybe that gets installed automatically?

upvoted 2 times