Rich FitzJohn
Rich FitzJohn
Worth noting that this is not in the cli
If I run: ``` docker run -it --rm ubuntu bash -c 'sleep 0.1; stty size' ``` Then I see `24 80` but this is coming from the parent terminal -...
The docs say though: > Similarly, the Docker client can use -H to connect to a custom port. The Docker client will default to connecting to unix:///var/run/docker.sock on Linux, and...
https://curl.haxx.se/mail/lib-2011-05/0102.html
As of e67ddc06e9ceb819d614a7edd3d322e2248d596b, there's some groundwork to support faking this through [httppipe](https://github.com/richfitz/httppipe) though that package has not yet been made to work on windows. Not everything works (streaming in particular)...
httppipe now works on windows, but not via appveyor (but that's just because of issues with linux vs windows images from the look of it). It's very much a stop-gap,...
Windows 7 via docker toolbox does not use named pipes but uses docker machine. Unfortunately it looks like there are issues with communication over the winssl curl driver, at least...
Current state is just * the python hack should work for now * a better solution requires someone good at windows to write a named pipe http client (@weshinsley may...
Could you add this as a new issue please @davidski, and can you please show the output of `stevedore:::httppipe_available(verbose = TRUE)` there?
No worries :grin: @weshinsley has plans for native named pipe support - hopefully we'll make some progress on that this year