Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 419 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 419 Bytes

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