Merge pull request #22469 from duffuniverse/fix-links-to-docs-in-building-best-practices-manual

Fix link to related docs in the "Building best practices" manual
This commit is contained in:
CrazyMax 2025-04-22 16:36:19 +02:00 committed by GitHub
commit bdb512fa24
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ Limiting each container to one process is a good rule of thumb, but it's not a
hard and fast rule. For example, not only can containers be
[spawned with an init process](/manuals/engine/containers/multi-service_container.md),
some programs might spawn additional processes of their own accord. For
instance, [Celery](https://docs.celeryproject.org/) can spawn multiple worker
instance, [Celery](https://docs.celeryq.dev/) can spawn multiple worker
processes, and [Apache](https://httpd.apache.org/) can create one process per
request.