This PowerCLI container image is smaller than the official VMware image
2.3K
Dowonload ---> [Quay.io: ] or [Docker.io]
v7.2.0GitHub Repository: https://github.com/tnk4on/powercli
There are four types of container images depending on how they are built
tnk4on/powercli:latest,mcr-alpine-3.14 -> Base Image:mcr.microsoft.com/powershell:mcr-alpine-3.14tnk4on/powercli:ubi8-minimal -> Base Image:ubi8-minimal:latesttnk4on/powercli:alpine-scratch -> Base Image:alpine:3.14tnk4on/powercli:photon -> Base Image:photon:4.0POWERSHELL_TELEMETRY_OPTOUT is set to true$ podman run --rm -it tnk4on/powercli
Note: CMD is set to pwsh command. You can override the execution command by specifying the command as an argument.
$ git clone https://github.com/tnk4on/powercli
$ cd powercli/Containerfile.d
$ TYPE=mcr-alpine
$ buildah bud -t tnk4on/powercli -f Containerfile.${TYPE}
Note: TYPE is the name you want to build with (e.g. alpine-scratch)
TYPE
Content type
Image
Digest
Size
168.5 MB
Last updated
almost 5 years ago
docker pull tnk4on/powercli