Skip to content

Commit 2a21432

Browse files
authored
Merge pull request #21587 from dvdksn/fix-link-init-proc
engine: fix link about init processes
2 parents 1e646c2 + dc29c15 commit 2a21432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/manuals/build/building/best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ database, and an in-memory cache in a decoupled manner.
145145

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

0 commit comments

Comments
 (0)