Hello!
It appears that the support for connections to the Docker Unix socket (which is the default socket in plain Docker installs) is not implemented.
Specifically, it crashes on nkdocker_app:start() when trying to read the DOCKER_HOST variable ( nkdocker_app.erl ) if it's something different from tcp://....
I was wondering: why is this not supported? Would it be difficult to add support for it?
Thanks in advance!
Hello!
It appears that the support for connections to the Docker Unix socket (which is the default socket in plain Docker installs) is not implemented.
Specifically, it crashes on
nkdocker_app:start()when trying to read theDOCKER_HOSTvariable ( nkdocker_app.erl ) if it's something different fromtcp://....I was wondering: why is this not supported? Would it be difficult to add support for it?
Thanks in advance!