Official images for govmomi/govc
100K+
govc is a vSphere CLI powered by vmware/govmomi.
Build from Dockerfile: https://github.com/vmware/govmomi/blob/master/Dockerfile.govc
How to run:
# Run and print govc version information
docker run --rm -it vmware/govc /govc version -l
Build Version: 0.25.0
Build Commit: bb0307eb
Build Date: 2021-04-16T16:00:59Z
# Run with environment variables to connect to a vCenter Server
docker run -e GOVC_URL=https://[email protected]:[email protected] -e GOVC_INSECURE=true --rm -it vmware/govc /govc ls
...
If you omit the command (CMD) to execute, the image will show the allowed govc sub-commands and usage.
Content type
Image
Digest
sha256:c8b440d1f…
Size
17.2 MB
Last updated
about 2 months ago
Requires Docker Desktop 4.37.1 or later.
Pulls:
1,283
Last week