Skip to content

DOC-404: Document orphaned containers after Docker Compose stop - #894

Open
quetzalliwrites wants to merge 1 commit into
mainfrom
doc-404-doc-faq-addition-of-why-are-some-containers-left-behind
Open

DOC-404: Document orphaned containers after Docker Compose stop#894
quetzalliwrites wants to merge 1 commit into
mainfrom
doc-404-doc-faq-addition-of-why-are-some-containers-left-behind

Conversation

@quetzalliwrites

Copy link
Copy Markdown
Collaborator

Summary

  • Add an FAQ entry explaining why some containers (including k3d containers backing an EKS cluster) can be left behind after stopping LocalStack with Docker Compose, and how to raise stop_grace_period to avoid it.
  • Add a cross-referencing note in the EKS docs, where k3d-backed cluster creation is introduced, pointing to the new FAQ entry.

Linear ticket

https://linear.app/localstack/issue/DOC-404/doc-faq-addition-of-why-are-some-containers-left-behind-after-i-stop

Test plan

  • npx astro build completes successfully (401 pages built)
  • Link validator confirms all internal links, including the new cross-link anchor between eks.mdx and faq.mdx, are valid

Add an FAQ entry explaining that Docker Compose's default 10s
SIGTERM-to-SIGKILL grace period can be too short for LocalStack to
finish tearing down auxiliary containers (including k3d containers
backing an EKS cluster), leaving them behind as orphans, and how to
raise stop_grace_period to avoid it. The CLI is not affected since it
waits for shutdown to finish.

Cross-link the same behavior from the EKS docs where k3d-backed
cluster creation is introduced.
@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying localstack-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: ef16f22
Status: ✅  Deploy successful!
Preview URL: https://8f8baac4.localstack-docs.pages.dev
Branch Preview URL: https://doc-404-doc-faq-addition-of.localstack-docs.pages.dev

View logs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant