You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DockerExecutor allows to remove containers. It would be useful if it also allowed pausing/unpausing or starting stopped containers (a stopContainer method already exists but it doesn't have a corresponding startContainer). One use case for this is testing behaviors triggered when external dependencies are unavailable.