PdfPrep.com

Which parameter should you specify when you run the docker run command?

You have a server named Server1 that runs Windows Server 2016. You install Docker on Server1 and download a Docker image.

You need to start a new container from the image. The solution must prevent the processes that run in the container from being accessible to Server1.

Which parameter should you specify when you run the docker run command?
A . –expose
B . –runtime
C . –entrypoint
D . –isolation

Answer: D

Explanation:

References:

https://docs.microsoft.com/en-us/virtualization/windowscontainers/manage-containers/hyperv-container https://docs.docker.com/engine/reference/commandline/run/

Exit mobile version