mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-29 04:19:15 -07:00
* 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 .
|