GoogleContainerTools / container-debug-support

Language-runtime support files for in-container debugging
Apache License 2.0
93 stars 25 forks source link

Use "WRAPPER_ENABLED" environment variable to control wrapper enablement #46

Closed briandealwis closed 4 years ago

briandealwis commented 4 years ago

Fixes #44

Allow disabling the node wrapper by setting WRAPPER_ENABLED=0 (or no or false).

cc: @vincentjocodes