I am trying to enable the Docker Remote API on Windows by following the steps in this SO answer. After performing the last step which is to do a docker-machine restart
, I get a message
Unable to verify the Docker daemon is listening: Maximum number of retries (10) exceeded
Also, if I do command docker-machine ls
, I get the following error
Unable to query docker version: Get https://192.168.99.100:2376/v1.15/version: dial tcp 192.168.99.100:2376: connectex: No connection could be made because the target machine actively refused it.