This repository was archived by the owner on Mar 23, 2023. It is now read-only.

Description
Fails in 2 ways:
-
Does not detect that docker-machine is already running, and stops loading with Machine "xxx" is already running.
-
Is unable to find the ssh key because the correct inspect command should be:
docker-machine inspect --format="{{.HostOptions.AuthOptions.StorePath}}" "$DOCKER_MACHINE_NAME"
instead of:
docker-machine inspect --format="{{.StorePath}}" "$DOCKER_MACHINE_NAME"
which returns <no value>.