Update dead link in dockerfile_best-practices

This commit is contained in:
Jason Zhekov 2018-06-14 18:37:07 +03:00 committed by Joao Fernandes
parent 8635c2afdf
commit b58ec64c2e
1 changed files with 1 additions and 1 deletions

View File

@ -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