You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running any binaries compiled by dockerc on my system, the following debug output is displayed:
newuidmap failed, falling back to single user mapping
newgidmap failed, falling back to single group mapping
unknown argument ignored: lazytime
A quick code search brought up this snippet of the main.zig file:
This seems to be debug logging, it would be useful to have an option to disable it when compiling the binary.
For context: my use case is to use dockerc for non-competitive, beginner focused CTF challenges, the extra debugging output might confuse noob players, and I wish to avoid that.
Currently I have no other choice than patching dockerc source code and building it myself, which is fine, I just wanted to let you know someone had this use-case
The text was updated successfully, but these errors were encountered:
When running any binaries compiled by dockerc on my system, the following debug output is displayed:
A quick code search brought up this snippet of the main.zig file:

This seems to be debug logging, it would be useful to have an option to disable it when compiling the binary.
For context: my use case is to use dockerc for non-competitive, beginner focused CTF challenges, the extra debugging output might confuse noob players, and I wish to avoid that.
Currently I have no other choice than patching dockerc source code and building it myself, which is fine, I just wanted to let you know someone had this use-case
The text was updated successfully, but these errors were encountered: