This repository was archived by the owner on Mar 11, 2024. It is now read-only.
📡 Signals and Exit Codes
Highlights
- Makes exit codes and signals available via the
closeevent on theProcess.- Follows the same signature as the
closeevent on ChildProcess
- Follows the same signature as the
- Makes exit codes available via the
exitCodeproperty returned byContainer.run - Makes it possible to send a signal to a process running in the container via
Process.signal