You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current auto-configuration has @ConditionalOnClass(DockerClientProperties.class).
Since this properties class is part of the same package, this condition always return true. Did you mean to do that on a library class like DockerClientBuilder ?