/vcenter-test-container

vCenter simulator container for testing.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

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> .