Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 710 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 710 Bytes

vSphere Networks

Usage

Environment Variables

Variable Description
URL vCenter URL
USERNAME vCenter Username
PASSWORD vCenter Password

Networks.json

Networks.json is a json file containing the networks to be created on the host For an example see networks.json

Running

With your networks.json file in the directory run the following command with the correct credentials

docker run -it -e URL=vcsa.example.com  -e [email protected]  -e PASSWORD=password -v $PWD/networks.json:/app/networks.json  docker.pkg.github.com/kristianfjones/vsphere-networks/vcenter-network:latest