Skip to content

anypackage/docker

Repository files navigation

AnyPackage.Docker

gallery-image build-image cf-image

AnyPackage.Docker is an AnyPackage provider that facilitates managing Docker images.

Install AnyPackage.Docker

Install-PSResource AnyPackage

Import AnyPackage.Docker

Import-Module AnyPackage.Docker

Sample usages

Get list of installed images

Get-Package -Name nginx

Install image

Install-Package -Name justingrote/powershell -Version latest -Source ghcr.io

Uninstall image

Uninstall-Package -Name nginx