Fork me on GitHub
#aleph
<
2019-01-23
>
igrishaev17:01:11

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.