Example of Communicating with Docker via Unix Socket Using Effect
is there any example somewhere, on how to communicate with docker via unix socket?, I'd like to do this using effect.
curl --unix-socket /var/run/docker.sock http://localhost/containers/json?all=true