krallin / tini

A tiny but valid `init` for containers
MIT License
9.82k stars 507 forks source link

Provide concise documentation of tini's parameters #148

Closed jlusiardi closed 3 years ago

jlusiardi commented 4 years ago

Please put the defined parameters (from https://github.com/krallin/tini/blob/3c5368682eb238d2177bfef98f9ac4bbc28aa9a0/src/tini.c#L238 onwards) also in the README.md in a concise table.

Can -e EXIT_CODE be repeated?

krallin commented 3 years ago

Can -e EXIT_CODE be repeated?

It can, yes. I'll update the code to mention that.

As for putting those in the README — I'd rather keep it focused on practical examples. Running --help on the binary can get you all this info.

jlusiardi commented 3 years ago

Ok fine for me as well ;) thanks!