We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Seems NettyDockerCmdExecFactory does not respect the API version that was provided to the DockerClientConfig.
NettyDockerCmdExecFactory
DockerClientConfig
If I look at the DEBUG log output, the client appears to be hitting all of the unversioned REST endpoints.
DEBUG
I guess getBaseResource() should add the version to the WebTarget path.
WebTarget
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.