我有一个应用程序,有多租户架构,并通过执行shell命令调用创建一个新的数据库 exec() 在PHP代码中。问题是,因为这样一个调用,我不能对多个数据库使用多个Docker图像。
exec()
我有 cross posted this to CircleCI Discourse .