JetBrains / teamcity-docker-agent

TeamCity agent docker image sources
https://hub.docker.com/r/jetbrains/teamcity-agent/
Apache License 2.0
77 stars 64 forks source link

Win32 internal error #24

Closed mattmhersh closed 6 years ago

mattmhersh commented 6 years ago

Error running executables using Powershell.

Try running nuget restore in Powershell:

[<<==>>] Exception: The Win32 internal error "No process is on the other end of the pipe" 0xE9 occurred while setting the console window title. Contact Microsoft Customer Support Services. --> No process is on the other end of the pipe

dtretyakov commented 6 years ago

@mattmhersh, please describe which docker image with which tag are you using? On what host OS do you start this container?

Note: nanoserver supports only x64 bit apps, in nanoserver-1709 powershell was removed in favor to pwsh.

dtretyakov commented 6 years ago

Closing as obsolete