Commit dabc53b
committed
docs(claude-code): note plugins volume chown for non-root remoteUser
When devcontainer.json sets a non-root remoteUser (e.g. vscode), the
named volume overlay for ~/.claude/plugins is created root-owned, so
`/plugins` marketplace operations fail with EACCES at mkdir of the
marketplaces/ subdirectory. Point users at the one-line postCreateCommand
workaround and the upstream tracking issue, since Docker has no mount
option equivalent to Podman's :U flag.1 parent 08d562d commit dabc53b
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
| |||
0 commit comments