mirror of https://github.com/docker/docs.git
Update dead link in dockerfile_best-practices
This commit is contained in:
parent
8635c2afdf
commit
b58ec64c2e
|
@ -204,7 +204,7 @@ database, and an in-memory cache in a decoupled manner.
|
|||
|
||||
Limiting each container to one process is a good rule of thumb, but it is not a
|
||||
hard and fast rule. For example, not only can containers be
|
||||
[spawned with an init process](/engine/reference/run.md#specifying-an-init-process),
|
||||
[spawned with an init process](/engine/reference/run.md#specify-an-init-process),
|
||||
some programs might spawn additional processes of their own accord. For
|
||||
instance, [Celery](http://www.celeryproject.org/) can spawn multiple worker
|
||||
processes, and [Apache](https://httpd.apache.org/) can create one process per
|
||||
|
|
Loading…
Reference in New Issue