diff --git a/README.md b/README.md index 9514196c..30472e4e 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,7 @@ In docker as root you must pass the no-sandbox browser option: Ferrum::Browser.new(browser_options: { 'no-sandbox': nil }) ``` +It has also been reported that the Chrome process repeatedly crashes when running inside a Docker container on an M1 Mac preventing Ferrum from working. Ferrum should work as expected when deployed to a Docker container on a non-M1 Mac. ## Customization