Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ansible/vcenter-test-container
vCenter simulator container for testing.
https://github.com/ansible/vcenter-test-container
ansible-test docker docker-container docker-image
Last synced: about 1 month ago
JSON representation
vCenter simulator container for testing.
- Host: GitHub
- URL: https://github.com/ansible/vcenter-test-container
- Owner: ansible
- License: gpl-3.0
- Archived: true
- Created: 2018-04-16T17:06:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-02T05:08:27.000Z (about 4 years ago)
- Last Synced: 2024-09-21T13:31:13.871Z (about 2 months ago)
- Topics: ansible-test, docker, docker-container, docker-image
- Language: Python
- Homepage: https://quay.io/repository/ansible/vcenter-test-container
- Size: 21.5 KB
- Stars: 19
- Watchers: 15
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vcenter-test-container
vCenter simulator container for testing.## Usage ##
### Building the image locally ###
```bash
docker image build -t local/ansible/vcenter-test-container:latest .
```### Building the image locally with a different version of govmomi checked out ###
```bash
docker image build --build-arg GOVMOMI_CHECKOUT= -t local/ansible/vcenter-test-container: .
```