Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 524 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 524 Bytes

govc / govmomi DockerFile

Docker Image for running govc and govmomi (vSphere SDK for Go)

Source

Build

docker build -t govc .

Run

docker run --rm -it govc

Usage

Set GOVC_URL to credentials of an ESXi/vCenter Server and run simple "ls" command to list vSphere root inventory.

export GOVC_URL='https://administrator@vghetto.local:VMware1!@192.168.1.51/sdk'
govc ls -k=true