mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-13 05:02:17 +00: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 .
|