@@ -63,6 +63,7 @@ The following table provides an overview of the current status of deprecated fea
6363| Removed | [ ` Container ` and ` ContainerConfig ` fields in Image inspect] ( #container-and-containerconfig-fields-in-image-inspect ) | v25.0 | v26.0 |
6464| Removed | [ Deprecate legacy API versions] ( #deprecate-legacy-api-versions ) | v25.0 | v26.0 |
6565| Removed | [ Container short ID in network Aliases field] ( #container-short-id-in-network-aliases-field ) | v25.0 | v26.0 |
66+ | Removed | [ Mount ` bind-nonrecursive ` option] ( #mount-bind-nonrecursive-option ) | v25.0 | v29.0 |
6667| Removed | [ IsAutomated field, and ` is-automated ` filter on ` docker search ` ] ( #isautomated-field-and-is-automated-filter-on-docker-search ) | v25.0 | v28.2 |
6768| Removed | [ logentries logging driver] ( #logentries-logging-driver ) | v24.0 | v25.0 |
6869| Removed | [ OOM-score adjust for the daemon] ( #oom-score-adjust-for-the-daemon ) | v24.0 | v25.0 |
@@ -381,6 +382,26 @@ A new field `DNSNames` containing the container name (if one was specified),
381382the hostname, the network aliases, as well as the container short ID, has been
382383introduced in v25.0 and should be used instead of the ` Aliases ` field.
383384
385+ ### Mount ` bind-nonrecursive ` option
386+
387+ ** Deprecated in Release: v25.0**
388+ ** Removed In Release: v29.0**
389+
390+ The ` bind-nonrecursive ` option was replaced with the [ ` bind-recursive ` ]
391+ option (see [ cli-4316] , [ cli-4671] ). The option was still accepted, but
392+ printed a deprecation warning:
393+
394+ ``` console
395+ bind-nonrecursive is deprecated, use bind-recursive=disabled instead
396+ ```
397+
398+ In the v29.0 release, this warning is removed, and returned as an error.
399+ Users should use the equivalent ` bind-recursive=disabled ` option instead.
400+
401+ [ `bind-recursive` ] : https://docs.docker.com/engine/storage/bind-mounts/#recursive-mounts
402+ [ cli-4316 ] : https://github.com/docker/cli/pull/4316
403+ [ cli-4671 ] : https://github.com/docker/cli/pull/4671
404+
384405### IsAutomated field, and ` is-automated ` filter on ` docker search `
385406
386407** Deprecated in Release: v25.0**
0 commit comments