|
@@ -87,6 +87,8 @@ keywords: "API, Docker, rcli, REST, documentation"
|
|
volume (CNI). This option can only be used if the daemon is a Swarm manager.
|
|
volume (CNI). This option can only be used if the daemon is a Swarm manager.
|
|
The Volume response on creation now also can contain a `ClusterVolume` field
|
|
The Volume response on creation now also can contain a `ClusterVolume` field
|
|
with information about the created volume.
|
|
with information about the created volume.
|
|
|
|
+* The `BuildCache.Parent` field, as returned by `GET /system/df` is deprecated
|
|
|
|
+ and is now omitted. API versions before v1.42 continue to include this field.
|
|
* Volume information returned by `GET /volumes/{name}`, `GET /volumes` and
|
|
* Volume information returned by `GET /volumes/{name}`, `GET /volumes` and
|
|
`GET /system/df` can now contain a `ClusterVolume` if the volume is a cluster
|
|
`GET /system/df` can now contain a `ClusterVolume` if the volume is a cluster
|
|
volume (requires the daemon to be a Swarm manager).
|
|
volume (requires the daemon to be a Swarm manager).
|