https://meta.discourse.org/t/install-discourse-for-development-using-docker/102009 の Docker の指示に従っている際に、次のエラーが発生しました。
$ d/boot_dev --init;
Using source in: /local/discourse
Using data in: /local/discourse/data/postgres
release: Pulling from discourse/discourse_dev
Digest: sha256:30890360c3f02aef4369665be3db637c0b847a8a714b3518fecc49406a0d7f72
Status: Image is up to date for discourse/discourse_dev:release
docker.io/discourse/discourse_dev:release
c47ea0052a293b05b2880d43bf139aced31664e1c5a5a136a189bb30038bf4b5
Installing gems...
There was an error while trying to write to `/src/Gemfile.lock`. It is likely that you need to grant write permissions for that path.
「Discourse のコードを変更して変更をデプロイする」サイクル用の、簡単な Discourse 開発環境が欲しいだけです。
よろしくお願いします!