Skip to content

DockerMachineStrategy does not work #3

@auriium

Description

@auriium

DockerMachineStrategy DockerSource startup works, since commands can be forwarded over DockerMachine. However, attempts to return a valid IP:Port mapping to allow connections does not work. This is a result of DockerMachine delegating container subcreation to the existence of a physical virtual machine (where physical refers to an outside provider, like VirtualBox or Azure and not the physical presence of a machine), which makes exposing ports dependent on the type of virtual machine used. Therefore, it is impossible to return an accurate IP:PORT combination of the docker-machine because the PORT given will most likely not be mapped to anything on the physical machine.

As a result, DockerMachine support will be dropped.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingwontfixThis will not be worked on

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions