From e2bd85b072e432315b979f97c3de96f141a1b1bc Mon Sep 17 00:00:00 2001 From: Philip Norman Date: Wed, 29 Nov 2017 12:56:13 -0800 Subject: [PATCH] Fix grammar in tini section of README.md (#442) --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2c5d6f6c..9a1b4a62 100644 --- a/README.md +++ b/README.md @@ -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