Could there be support for spawning docker containers from within this docker container to run tests?
For example, the testcontainers go lang library spawns docker containers (e.g. spawns a mysql database) to be able to run tests against a mysql database.
The current setup_universal.sh script does not support that and golang testcontainer tests will fail.
Could there be support for spawning docker containers from within this docker container to run tests?
For example, the
testcontainersgo lang library spawns docker containers (e.g. spawns a mysql database) to be able to run tests against a mysql database.The current
setup_universal.shscript does not support that and golang testcontainer tests will fail.