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
Copy file name to clipboardExpand all lines: docs/reference/api/docker_remote_api.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -126,6 +126,7 @@ This section lists each version from latest to oldest. Each listing includes a
126
126
*`POST /containers/create` now takes `PidsLimit` field, if the kernel is >= 4.3 and the pids cgroup is supported.
127
127
*`GET /containers/(id or name)/stats` now returns `pids_stats`, if the kernel is >= 4.3 and the pids cgroup is supported.
128
128
*`POST /containers/create` now allows you to override usernamespaces remapping and use privileged options for the container.
129
+
*`POST /containers/create` now allows specifying `nocopy` for named volumes, which disables automatic copying from the container path to the volume.
129
130
*`POST /auth` now returns an `IdentityToken` when supported by a registry.
130
131
*`POST /containers/create` with both `Hostname` and `Domainname` fields specified will result in the container's hostname being set to `Hostname`, rather than `Hostname.Domainname`.
0 commit comments