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
#2794)
### What changes were proposed in this pull request?
make `startxxxContainer` Singleton
### Why are the changes needed?
Fix: #2793
### Does this PR introduce _any_ user-facing change?
no
### How was this patch tested?
existing tests
Describe the subtask
The method of starting the current container is not locked, which may result in the same container being started multiple times.
Parent issue
#2765
The text was updated successfully, but these errors were encountered: