Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
Fix grammar in tini section of README.md (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
philipnrmn authored and jgehrcke committed Nov 29, 2017
1 parent b2a7c7f commit e2bd85b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -372,12 +372,9 @@ assignment is not guaranteed if you change the current set of deployed apps. In
other words, when you deploy a new app, the port assignments may change.


## Zombies reaping
## Zombie reaping

When running within isolated containers, you may have to care about reaping orphan child processes.
Haproxy typicaly produce orphan processes because of it's two steps reload machanism.
Marathon-lb is using [tini](https://github.com/krallin/tini) for this purpose.
When running in a container whitout pid namespace isolation, setting the `TINI_SUBREAPER` environnement variable is recommended.
When running with isolated containers, you may need to take care of reaping orphaned child processes. HAProxy typically produces orphan processes because of its two-step reload mechanism. Marathon-LB uses [tini](https://github.com/krallin/tini) for this purpose. When running in a container without PID namespace isolation, setting the `TINI_SUBREAPER` environment variable is recommended.


## Contributing
Expand Down

0 comments on commit e2bd85b

Please sign in to comment.