[4.2] Docker ホストのユーザーの UID と GID を www-data にマッピングする #5771
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
概要(Overview・Refs Issue)
#5369 の影響で、 Linux 及び Windows(WSL2) の Docker においてホストのディレクトリをマウントした場合、 www-data の UID/GID に強制的に変更されてしまうようになった。
そのままではファイルの編集ができなくなってしまい、開発用途では大変使いづらいため、ホストのUID/GID を www-data ユーザーにマッピングする。
macOS の場合は影響ありません。
以下のように docker-compose コマンドを実行することで、ホストのユーザー
の UID 及び GID を www-data ユーザーにマッピングできる
.bashrc などに設定しておけば、毎回指定しなくてもよい
方針(Policy)
実装に関する補足(Appendix)
テスト(Test)
Docker for Windows(WSL2) にて、ホスト側ファイルの UID/GID が変更されないことを確認
相談(Discussion)
マイナーバージョン互換性保持のための制限事項チェックリスト
レビュワー確認項目