HOTSPOT
You have a server named Server1 that runs Windows Server 2016 server.Server1 has the Docker daemon configured and has a container named Container1.
You need to mount the folder C:\\Folder1 on Server1 to C:\\ContainerFolder in Container1.
Which command should you run? To answer, select the appropriate options in the answer area.
Hot Area:

Explanation:
He he he.. In this case no one has to think. Abject Linux like syntax explains all…
9
0
The answer provided is correct.
3
0
Docker
run Run a command in a new container
answer is ???????????????
0
0
new container Container1
mount the folder C:\\Folder1 on Server1 to C:\\ContainerFolder in Container1
image microsoft/iis
docker run -it -v C:\Folder1:C:\ContainerFolder –name Container1microsoft/iis
0
0