-
Notifications
You must be signed in to change notification settings - Fork 287
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
Stdout with Windows 2016 host works, but fails with Windows 10 Pro host #295
Comments
One additional comment:
So in my understanding only the Windows Server 2016 host works well |
I think I'm experiencing this issue.
Is there something specific I have to do to make sure the output of my executable is actually output to the user running Edit: Adding information about my machine. Versions:
|
Closed issues are locked after 30 days of inactivity. If you have found a problem that seems similar to this, please open a new issue. Send feedback to Docker Community Slack channels #docker-for-mac or #docker-for-windows. |
Expected behavior
Windows 2016 host and Windows 10 Pro host should behave the same way for the same container.
Actual behavior
The following dockerfile works if the host is Windows 2016 but fails if the host is Windows 10 Pro.
More general running a docker container on Windows 10 Pro host somehow cannot handle stdout properly as I see. The below mentioned MSYS2 binaries are running fine and prodcuing expected output if I run them in a container hosted on Windows Server 2016 however no stdout is visible if the docker host is Windows 10 Pro.
Information
Steps to reproduce the behavior
docker build --rm -t msys2 .
Do the same on Windows 2016 host:
docker build --rm -t msys2 .
The text was updated successfully, but these errors were encountered: