mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
33c61d1cdf
* Add container files for vcenter simulator * Add controller file to spin up the container during tests
3 lines
57 B
Bash
Executable file
3 lines
57 B
Bash
Executable file
#!/bin/bash
|
|
|
|
docker build -t ansible:vcenter-simulator .
|