Interface DockerConnectionDetector.DockerHostProvider

  • All Known Implementing Classes:
    DockerMachine
    Enclosing class:
    DockerConnectionDetector

    public static interface DockerConnectionDetector.DockerHostProvider
    Provider of environment variables like 'DOCKER_HOST'
    • Method Detail

      • getPriority

        int getPriority()
        Get the priority of the env provider. A priority of -1 means, this is a 'fallback' called as last resort.
        Returns:
        priority, the higher, the earlier the provider is called. The highest priority of internal providers are not larger than 100.