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
GenericContainer::isRunning throws exception if container not started.
This caused by null value in GenericContainer::containerId.
Expected: call GenericContainer::isRunning returns false if container not started.