Skip to content

Commit

Permalink
Add a note about turning on a Docker setting
Browse files Browse the repository at this point in the history
Without this setting enabled, you will get the following fatal error every time
you try to run a rake command in docker:

  Errno::ENOSYS: Function not implemented - Failed to initialize inotify
  /usr/local/bundle/gems/rb-inotify-0.10.1/lib/rb-inotify/notifier.rb:69:in `initialize'

See evilmartians/terraforming-rails#34 for a
description of the problem.
  • Loading branch information
biggianteye committed Aug 12, 2023
1 parent b31532b commit d5ae856
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ The current Dockerfile and docker-compose were closely copied from [the Docker g

**Note:** If you are using Windows, you can run `bin/dbuild` using Git Bash.

**Note:** If you are using a Mac with an Apple Silicon processer (M1, M2, etc) you will need to enable the following option in Docker's settings:
> Use Rosetta for x86/amd64 emulation on Apple Silicon
### 4. Run the tests

Run `bin/drake` to run all the tests and make sure everything works.
Expand Down

0 comments on commit d5ae856

Please sign in to comment.