Skip to content

Requests to docker daemon fail after curl update #6

@csmith

Description

@csmith

It seems that curl 7.5x changed how URLs were handled for unix sockets, which prevents the kill request used in init.sh from succeeding (the docker daemon responds instead with a 404).

There's some discussion around the change at moby/moby#17960 (comment), but briefly in older versions of curl http:/containers/xyz resulted in a request for /containers/xyz, and in newer versions it results in a Host: containers header and a request for /xyz

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions