Skip to content

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

@tejksat

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");

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