Support for waiting on tcp port to open

This commit is contained in:
Nikola Petkanski
2024-07-16 02:34:24 +03:00
parent 3ddc75e717
commit 6c3c74c817
3 changed files with 98 additions and 0 deletions
+5
View File
@@ -56,6 +56,11 @@ class Container
return new Container($image);
}
public function getId(): string
{
return $this->id;
}
public function withEntryPoint(string $entryPoint): self
{
$this->entryPoint = $entryPoint;