Skip to content

Second execution of a docker command in Netty implementation always fails #625

Description

@tejksat

Second and consequent executions of a docker command fails with 404 page not found error because baseResource in AbstrDockerCmdExec is modified every execution by an invocation of getBaseResource().path(...) method, which mutates WebTarget state. F.e. in CreateContainerCmdExec:

        WebTarget webResource = getBaseResource().path("/containers/create");

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions