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

Fix grammar in tini section of README.md #442

Merged
merged 1 commit into from
Nov 29, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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