Installation, Storage, and Compute with Windows Server 2016 — Question 207
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You have a server named Server1 that runs Windows Server 2016. Server1 has the Hyper-V server role and Docker installed.
You pull the Microsoft/iis Docker image to Server1.
You need to view the available space in the Microsoft/iis Docker image.
Solution: You run the command docker run ""isolation hyperv -d microsoft/iis.
You open Disk Management on Server1.
Does this meet the goal?
Answer options
- A. Yes
- B. No
Correct answer: B
Explanation
The solution does not meet the goal because running the command as specified does not provide the information about the available space in the Docker image. Instead, it creates a container from the image, which does not display space details. The appropriate command to check available space would involve using Docker commands like 'docker images' or 'docker system df'.