Here is the error I get:
Error checking TLS connection: Something went wrong running an SSH command!
command : ip addr show
err : exit status 255
output :
Error getting IP address: Something went wrong running an SSH command!
command : ip addr show
err : exit status 255
output :
docker is configured to use the default machine with IP
Did that. I get still get the same issue. How can I figure out what has gone wrong when it says:
Error getting IP address: Something went wrong running an SSH command!
Try removing all host only interfaces that you have in the VirtualBox GUI (Network settings). This reminds me a lot of issues in the past we’ve had with those.
having the same problem when tryin to use docker to install webodm. I tried docker-machine rm -y default; docker-machine create -d virtualbox default but didn’t work for me. Finally I ran through git-bash, it worked beautifully!!!