Containers Cmdlets

업데이트 날짜: 2015년 8월

적용 대상: Windows 10, Windows PowerShell 5.0, Windows Server Technical Preview

Windows PowerShell IT(정보 기술) 전문가를 위한 이 참조 항목에서는 태스크를 스크립팅하고 자동화하는 Windows PowerShell cmdlet 사용에 대한 지원 정보를 제공합니다.

Containers Cmdlets

This topic displays help topics for the Windows Server® Technical Preview Containers Cmdlets.

For more information about containers, see Windows Server Containers.

Name Description

Add-ContainerNetworkAdapter

Adds a virtual network adapter to a container.

Connect-ContainerNetworkAdapter

Connects a virtual network adapter to a virtual switch.

Disconnect-ContainerNetworkAdapter

Disconnects a virtual network adapter from a virtual switch.

Export-ContainerImage

Exports a container image to a file.

Get-Container

Gets information about containers.

Get-ContainerHost

Gets information about the host.

Get-ContainerImage

Gets local container images.

Get-ContainerNetworkAdapter

Gets the virtual network adapter of a container.

Import-ContainerImage

Imports a container image from a file.

Install-ContainerOSImage

Installs the base container operating system image.

Move-ContainerImageRepository

Moves the local container image repository.

New-Container

Creates a container image from an existing container.

New-ContainerImage

Creates a container image from an existing container image.

Remove-Container

Deletes a container.

Remove-ContainerImage

Removes a container image.

Remove-ContainerNetworkAdapter

Removes one or more virtual network adapters from a container.

Set-ContainerNetworkAdapter

Configures features of the virtual network adapter in a container.

Start-Container

Starts a container, which allows you to run commands and enter the container session.

Stop-Container

Stops a container, which allows you to use it to build a new container image.

Test-ContainerImage

Tests for problems with a container image.

Uninstall-ContainerOSImage

Uninstalls the container operating system image.

참고

To list all the cmdlets that are available, use the Get-Command –Module StorageQoS cmdlet.

cmdlet에 대한 자세한 내용이나 해당 구문을 확인하려면 Get-Help <cmdlet 이름> cmdlet을 사용하세요. 여기서 *<cmdlet 이름>*은 연구할 cmdlet의 이름입니다. 자세한 내용을 보려면 다음 cmdlet을 실행할 수 있습니다.

Get-Help <cmdlet 이름> -Detailed
Get-Help <cmdlet 이름> -Examples
Get-Help <cmdlet 이름> -Full