Seems NettyDockerCmdExecFactory does not respect the API version that was provided to the DockerClientConfig.
If I look at the DEBUG log output, the client appears to be hitting all of the unversioned REST endpoints.
I guess getBaseResource() should add the version to the WebTarget path.
Seems
NettyDockerCmdExecFactorydoes not respect the API version that was provided to theDockerClientConfig.If I look at the
DEBUGlog output, the client appears to be hitting all of the unversioned REST endpoints.I guess getBaseResource() should add the version to the
WebTargetpath.