No description
  • Python 93%
  • Dockerfile 7%
Find a file
2020-09-01 22:08:26 -07:00
.dockerignore switched to a single RUN command with an optional 'GOVMOMI_CHECKOUT' ARG 2018-04-17 16:35:54 -07:00
.gitignore Pin requirements to match previous build. 2018-04-16 13:40:27 -07:00
azure-pipelines.yml Add Azure Pipelines config. 2020-09-01 21:34:21 -07:00
Dockerfile Use govcsim version v0.21 2019-08-02 11:07:33 +05:30
flask_control.py Use govcsim version v0.21 2019-08-02 11:07:33 +05:30
LICENSE Initial commit 2018-04-16 10:06:57 -07:00
README.md switched to a single RUN command with an optional 'GOVMOMI_CHECKOUT' ARG 2018-04-17 16:35:54 -07:00
requirements.txt updated ansible/ansible:vcenter-simulator Dockerfile to golang base 2018-04-16 15:37:44 -07:00

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