# Apple M1 によるディスコース開発

**URL:** https://meta.discourse.org/t/apple-m1-for-discourse-development/194714
**Category:** Development
**Tags:** arm
**Created:** [2021 年 6 月 22 日午後 6:52 UTC](https://meta.discourse.org/t/apple-m1-for-discourse-development/194714 "2021-06-22T18:52:39Z")
**Posts on this page:** 1
**Showing post:** 7

<div class="post-metadata">

### Author: ![david](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/david/32/157490_2.png) [@david](https://meta.discourse.org/u/david)
#### Post date: [2021 年 7 月 15 日午前 8:22 UTC](https://meta.discourse.org/t/apple-m1-for-discourse-development/194714/7 "2021-07-15T08:22:08Z")

</div>

残念ながら、M1 向けの Docker 実装にはいくつかの問題があり、ベースイメージが動作しません 😢

> [@Install Discourse for development using Docker](https://meta.discourse.org/t/beginners-guide-to-install-discourse-for-development-using-docker/102009/165?u=david):
>
> I tried this today, and also ran into issues. The error I saw was because Docker’s architecture emulation doesn’t support inotify (which we use a lot in Discourse development). For now, I’ve added a warning to d/boot\_dev when a non-x86\_64 architecture is detected: ❯ d/boot\_dev WARNING: Docker architecture is not x86\_64. Discourse development is unlikely to work using Docker's architecture emulation. Please try a native development installation. I’ve now added a d/ember-cli helper, and forwa…

開発環境の分離については、各プロジェクトで異なる依存関係をインストールできるように、Bundler や Yarn を使用することをお勧めします。Ruby の場合、`rvm` などのツールを使えば、Ruby のバージョンを瞬時に切り替えることもできます。

---

_[View the full topic](https://meta.discourse.org/t/apple-m1-for-discourse-development/194714)._
