Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 861 Bytes

Get-WinCNILatestVersion.md

File metadata and controls

46 lines (30 loc) · 861 Bytes
external help file Module Name online version schema
Containers-Toolkit-help.xml
Containers-Toolkit
2.0.0

Get-WinCNILatestVersion

SYNOPSIS

Gets the latest Windows CNI version number.

SYNTAX

Get-WinCNILatestVersion

DESCRIPTION

Uses GitHub API to get the latest Windows CNI plugin release version from the microsoft/windows-container-networking repository.

EXAMPLES

Example 1: Get latest nerdctl version

This returns a string of the latest release version of Windows CNI, e.g., v1.2.0.

PS C:\> Get-WinCNILatestVersion
v1.2.0

String

This is a string of the latest Windows CNI version release version.

RELATED LINKS