8000 Upgrade to support v17 · Issue #15 · almoehi/reactive-docker · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Upgrade to support v17 #15
Open
Open
@almoehi

Description

@almoehi

Changes:

The most "breaking" change is addition of the ```label feature. I gues this will break the JSON parsers in some cases.

The build supports LABEL command. Use this to add metadata to an image. For example you could add data describing the content of an image.

LABEL "com.example.vendor"="ACME Incorporated"

New! POST /containers/(id)/attach and POST /exec/(id)/start

New! Docker client now hints potential proxies about connection hijacking using HTTP Upgrade headers.

POST /containers/create

New! You can set labels on container create describing the container.

GET /containers/json

New! The endpoint returns the labels associated with the containers (Labels).

GET /containers/(id)/json

New! This endpoint now returns the list current execs associated with the container (ExecIDs). This endpoint now returns the container labels (Config.Labels).

POST /containers/(id)/rename

New! New endpoint to rename a container id to a new name.

POST /containers/create POST /containers/(id)/start

New! (ReadonlyRootfs) can be passed in the host config to mount the container's root filesystem as read only.

GET /containers/(id)/stats

New! This endpoint returns a live stream of a container's resource usage statistics.

GET /images/json

New! This endpoint now returns the labels associated with each image (Labels).

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

      0