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

docker-machine support is broken for 0.5.0 #133

@lukaso

Description

@lukaso

Fails in 2 ways:

  1. Does not detect that docker-machine is already running, and stops loading with Machine "xxx" is already running.

  2. 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>.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions