You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: