Skip to content

Latest commit

 

History

History

govc-6.5

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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