Skip to content

appdess/govc-deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

govc-deploy

container with govc and mounted local file-system for deployment of appliances

FROM debian

RUN apt-get update &&
apt-get install -y curl &&
apt-get install -y jq &&
curl -L FROM debia https://github.com/vmware/govmomi/releases/download/v0.14.0/govc_linux_amd64.gz | gunzip > /usr/local/bin/govc &&
chmod +x /usr/local/bin/govc &&
apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

About

container with govc and mounted local file-system for deployment of appliances

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published