mirror of
https://github.com/stan220/testcontainers-php.git
synced 2026-09-12 09:29:35 +00:00
fix issue with passing envs into the container. Remove container registry usage.
This commit is contained in:
@@ -41,6 +41,8 @@ class WaitForContainerRunning implements WaitInterface
|
||||
return;
|
||||
}
|
||||
|
||||
var_dump($containerStatus);
|
||||
|
||||
usleep($this->pollInterval * 1000);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8,7 +8,6 @@ use Closure;
|
||||
use Docker\API\Model\ContainersIdExecPostBody;
|
||||
use Docker\API\Model\ExecIdStartPostBody;
|
||||
use Docker\Docker;
|
||||
use Testcontainers\Exception\ContainerNotReadyException;
|
||||
|
||||
class WaitForExec implements WaitInterface
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user