Hacker News new | ask | show | jobs
by _0w8t 3704 days ago
The trickery with docker is that it does not support passing sockets over its HTTP based client-server protocol. But one can still receive a socket from a named pipe.
1 comments

You can't pass socket fds over TCP, nor should you want to. That particular unixism only works for AF_UNIX sockets.