-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
Description
When executing docker run for an image with Chrome or Firefox please either mount -v /dev/shm:/dev/shm or use the flag --shm-size=2g to use the host's shared memory.
These defaults are not applied for the BrowserWebDriverContainer as far as I can tell, which can cause hanging browsers on complex sites.
Reactions are currently unavailable