guides/localstack: update init directory to /etc/localstack/init/ready.d#24816
Conversation
The /docker-entrypoint-initaws.d directory was removed in LocalStack 2.0. Switch the volume mount to the current ready.d init hook directory and add a short tip pointing to the init hooks reference. Also drops a stray trailing quote that made the mount path invalid. Closes docker#22640
✅ Deploy Preview for docsdocker ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
/review |
docker-agent
left a comment
There was a problem hiding this comment.
Assessment: 🟢 APPROVE
This is a small, focused, and accurate update that corrects a deprecated mount path (, removed in LocalStack 2.0) to the current , drops a stray trailing quote, and adds a TIP callout pointing to the LocalStack init hooks reference. No vendored files are touched, no pages are removed, and the callout uses correct Hugo syntax.
| > script is executable (`chmod +x ./localstack/init.sh`). LocalStack | ||
| > runs files mounted in `/etc/localstack/init/ready.d` once it is ready. | ||
| > See [LocalStack init hooks](https://docs.localstack.cloud/references/init-hooks/) | ||
| > for more details. |
There was a problem hiding this comment.
[LOW] Weak link phrasing: "for more details" is generic
The sentence "See LocalStack init hooks for more details." ends with a generic call-to-action phrase. Per the Docker style guide, link text should be descriptive and specific, and trailing filler like "for more details" adds no value. Consider rewriting as: "For the full list of hook types and execution order, see the LocalStack init hooks reference."
The
/docker-entrypoint-initaws.ddirectory was removed in LocalStack 2.0. Updates the Compose snippet to mount the currentready.dinit hook directory and adds a short tip pointing to the LocalStack init hooks reference. Also drops a stray trailing quote that made the previous mount path invalid.Closes #22640