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
| Removed |[`-f` flag on `docker tag`](#-f-flag-on-docker-tag)| v1.10 | v1.12 |
118
119
| Removed |[HostConfig at API container start](#hostconfig-at-api-container-start)| v1.10 | v1.12 |
@@ -1203,6 +1204,19 @@ The `docker login` no longer automatically registers an account with the target
1203
1204
1204
1205
The flag `--security-opt` doesn't use the colon separator (`:`) anymore to divide keys and values, it uses the equal symbol (`=`) for consistency with other similar flags, like `--storage-opt`.
1205
1206
1207
+
### Links on the default bridge network
1208
+
1209
+
**Deprecated in release: v1.10**
1210
+
**Target for removal in release: v30.0**
1211
+
1212
+
The `--link` option on `docker create` and `docker run`, when used with no
1213
+
`--network` specified, was deprecated in v1.10 and will be removed in a future
1214
+
release. Custom networks should be used instead. Docker 29.6 added a deprecation
1215
+
warning when this option is used for the default bridge network.
1216
+
1217
+
Note that the `--link` option is still supported when a non-default network
1218
+
is used.
1219
+
1206
1220
### Ambiguous event fields in API
1207
1221
1208
1222
**Deprecated in release: [v1.10.0](https://github.com/docker/docker/releases/tag/v1.10.0)**
0 commit comments