aleph

igrishaev 2019-01-23T17:17:11.044600Z

Is that possible to interact with UNIX domain sockets in Aleph? For example, to query the docker daemon as follows:

curl --unix-socket /var/run/docker.sock http:/v1.24/images/json
It seems Netty has got the required functionality (channel.unix.DomainSocketAddress) but I’m not sure if Aleph implements it.