Connecting to Docker via API only supports unix://var/run/docker.sock, which works great unless you are using the Windows version of Docker. Request adding options for either straight TCP or named pipe connectivity to the API for the agent.
# Docker API endpoint.
#
# Mandatory: no
# Default: unix:///var/run/docker.sock
# Plugins.Docker.Endpoint=unix:///var/run/docker.sock
# Docker API endpoint.
#
# Mandatory: no
# Default: unix:///var/run/docker.sock
# Plugins.Docker.Endpoint=unix:///var/run/docker.sock
Comment