-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nogui parameter is not working in docker environment #20
Comments
Thanks Martin for the detailed description. The |
The problem is that basically all of these limits only work on Linux and not in the docker for windows version. I was looking to limit the processes inside the container to one specific numa node, but the There is a very old issue on that matter moby/moby#30594. I don't see that being changed in docker any time soon. procgov does the job nicely, but currently makes anything parsing the output of the application a bit tricky, due to that header. |
Thanks for the explanation. I wasn't aware of the problems in Docker. Nevertheless, I am happy procgov can help here. I updated the latest release, so try |
Thank you! I tested it and it works exactly as expected. |
Hello,
I noticed that the nogui flag is not working properly when using the process governor inside docker.
This
dockerfile
works as an example:To build this file I simply run:
I expected to only see the output of the command line from the last command, but what I actually get is this:
Testing this requires a Windows Server 2016, 2019 or Windows 10 Pro 1809 or later with docker installed and setup to create windows containers. If you don't have the required setup to run any tests, I can easily run test builds.
The text was updated successfully, but these errors were encountered: