mirror of
https://github.com/ansible/vcenter-test-container
synced 2026-04-05 19:23:41 +00:00
No description
- Python 93%
- Dockerfile 7%
| .dockerignore | ||
| .gitignore | ||
| azure-pipelines.yml | ||
| Dockerfile | ||
| flask_control.py | ||
| LICENSE | ||
| README.md | ||
| requirements.txt | ||
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> .