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
{{ message }}
This repository was archived by the owner on Oct 13, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ information on the list of deprecated flags and APIs please have a look at
5
5
https://docs.docker.com/engine/deprecated/ where target removal dates can also
6
6
be found.
7
7
8
-
## 17.10.0-ce (2017-10-DD)
8
+
## 17.10.0-ce (2017-10-17)
9
9
10
10
IMPORTANT: Starting with this release, `docker service create`, `docker service update`,
11
11
`docker service scale` and `docker service rollback` use non-detached mode as default,
@@ -26,10 +26,14 @@ use `--detach` to keep the old behaviour.
26
26
* Change the default output format for `docker container stats` to show `CONTAINER ID` and `NAME`[docker/cli#565](https://github.com/docker/cli/pull/565)
27
27
+ Add `--no-trunc` flag to `docker container stats`[docker/cli#565](https://github.com/docker/cli/pull/565)
- Various doc and shell completion fixes [docker/cli#610](https://github.com/docker/cli/pull/610)[docker/cli#611](https://github.com/docker/cli/pull/611)[docker/cli#618](https://github.com/docker/cli/pull/618)[docker/cli#580](https://github.com/docker/cli/pull/580)[docker/cli#598](https://github.com/docker/cli/pull/698)[docker/cli#603](https://github.com/docker/cli/pull/603)
29
30
30
31
### Networking
31
32
32
33
* Enabling ILB/ELB on windows using per-node, per-network LB endpoint [moby/moby#34674](https://github.com/moby/moby/pull/34674)
34
+
* Overlay fix for transient IP reuse [docker/libnetwork#1935](https://github.com/docker/libnetwork/pull/1935)
0 commit comments