Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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