AnyPackage.Docker
is an AnyPackage provider that facilitates managing Docker
images.
Install-PSResource AnyPackage
Import-Module AnyPackage.Docker
Get-Package -Name nginx
Install-Package -Name justingrote/powershell -Version latest -Source ghcr.io
Uninstall-Package -Name nginx