Skip to content
This repository has been archived by the owner on Feb 23, 2021. It is now read-only.

Fix command #17

Open
wants to merge 1 commit into
base: development
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

The Container OS images for Nano Server and Windows Server Core are now available in an online package repository. They can be found and installed using the ContainerImage provider of PackageManagement (a.k.a. <a href="http://www.oneget.org">OneGet</a>) PowerShell module. The provider needs to be installed before using it. The following PowerShell cmdlets can be used to install the provider.
* Install-PackageProvider ContainerImage
* Import-ContainerImage ContainerImage
* Import-PackageProvider ContainerImage

Once the provider is installed and imported, you can search, download, or install Container images using PowerShell cmdlets. There are two sets of cmdlets, the first set is specific for the Container OS images, including:
* Find-ContainerImage
Expand Down Expand Up @@ -156,4 +156,4 @@ Adding capacity to handle folders on share
Fixed the issue of loading System assemblies

### Dependencies
This module has no dependencies
This module has no dependencies