Run a command inside the running container.
logs(query?: { follow?: boolean; stdout?: boolean; stderr?: boolean; since?: number; until?: number; timestamps?: boolean; tail?: number | "all"; }): Promise<Response>
Get the logs of the container.
Remove the container.
waitForLog(): Promise<void>
Waits for a specific log value to occur on the container within the given timeout limit.