From 6d4751368916f65f99e57741c4f1792a3e74bf01 Mon Sep 17 00:00:00 2001 From: Eric Parshall Date: Sat, 15 Jul 2023 04:52:13 -0600 Subject: [PATCH] Helpful information for those running in Docker on M1 Mac (#365) * Guidance for users with M1 Macs Multiple people have reported issues with running Chrome inside docker on M1 Macs preventing Ferrum from working. This results in a lot of wasted time because so few people have the same problem. * Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) 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