curl --unix-socket /var/run/docker.sock GET http://localhost:2375/containers/json
Is there a way to do something like this curl command in my Delphi application running in Docker? The important part is being able to communicate with processes over a socket.