Skip to content

dericcrago/vcenter-test-container

 
 

Repository files navigation

vcenter-test-container

vCenter simulator container for testing.

Usage

Building the image locally

docker image build -t local/ansible/vcenter-test-container:latest .

Building the image locally with a different version of govmomi checked out

docker image build --build-arg GOVMOMI_CHECKOUT=<hash|branch|tag> -t local/ansible/vcenter-test-container:<hash|branch|tag> .

Packages

No packages published

Languages

  • Python 93.0%
  • Dockerfile 7.0%