Skip to content

Commit

Permalink
Helpful information for those running in Docker on M1 Mac (#365)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
ericparshall authored Jul 15, 2023
1 parent 45e116b commit 6d47513
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6d47513

Please sign in to comment.