Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

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