Currently, application using docker unix socket for connection to docker daemon on the same docker host. It doesn't allow connection to different docker hosts and you can manage containers only inside same docker host.
The main reason to add ability to setup tcp socket, which allows connect to any docker engine and install this app wherever you want.
Currently, application using docker unix socket for connection to docker daemon on the same docker host. It doesn't allow connection to different docker hosts and you can manage containers only inside same docker host.
The main reason to add ability to setup tcp socket, which allows connect to any docker engine and install this app wherever you want.