PrepAway - Latest Free Exam Questions & Answers

You have a Nano Server named Nano1.

You have a Nano Server named Nano1.

You deploy several containers to Nano1 that use an image named Image1.

You need to deploy a new container to Nano1 that uses Image1.

What should you run?

A. the

Install-WindowsFeature

cmdlet

B. the

docker run

command

C. the

docker load

command

D. the

Install-NanoServerPackage

cmdlet

Explanation:

When an operator executes docker run, the container process that runs is isolated in that it has its

own file system, its own networking, and its own isolated process tree separate from the host.

The basic docker run command takes this form:

$ docker run [OPTIONS] IMAGE[:TAG|@DIGEST] [COMMAND] [ARG…]


Leave a Reply

PrepAway - Latest Free Exam Questions & Answers

You have a Nano Server named Nano1.

You have a Nano Server named Nano1.

Which cmdlet should you use to identify whether the DNS Server role is installed on Nano1?

A. Find-NanoServerPackage

B. Get-Package

C. Find-Package

D

. Get-WindowsOptionalFeature

Explanation:

PS C:\> Get-Package

This command gets all packages that are installed on the local computer.

References:

https://docs.microsoft.com/en-us/powershell/module/packagemanagement/get-package?view=powershell-5.1


Leave a Reply