I am trying to reinvent the "portainer" wheel by creating my own docker container manager in node-red.
Docker engine has an API that can be called by using something like:
This will work with an exec node (after fighting permissions), but I find this too simple, is there a "node-red" way of doing it ? It is not a "normal" http-request, the --unix-socket part would be a tcp connection I believe, but I am not sure how this works.
It was about the original unix domain socket question, I just meant it should be possible to access a domain socket with the http-request node (but only on the local machine)