Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

v17.10.0-ce-rc1

Pre-release
Pre-release

Choose a tag to compare

@andrewhsu andrewhsu released this 05 Oct 04:45
· 15893 commits to master since this release

Changelog

Items starting with DEPRECATE are important deprecation notices. For more
information on the list of deprecated flags and APIs please have a look at
https://docs.docker.com/engine/deprecated/ where target removal dates can also
be found.

17.10.0-ce (2017-10-DD)

IMPORTANT: Starting with this release, docker service create and docker service update
use non-detached move as default, use --detach=true to keep the old behaviour.

Builder

  • Reset uid/gid to 0 in uploaded build context to share build cache with other clients docker/cli#513

Client

  • Fix loader error with different build syntax in docker stack deploy docker/cli#544
  • Change the default output format for docker container stats to show CONTAINER ID and NAME docker/cli#565

Networking

  • Enabling ILB/ELB on windows using per-node, per-network LB endpoint moby/moby#34674

Runtime

  • Fixing ‘docker cp’ to allow new target file name in a host symlinked directory moby/moby#31993

Swarm Mode

  • Produce an error if docker swarm init --force-new-cluster is executed on worker nodes moby/moby#34881
  • Add support for .Node.Hostname templating in swarm services moby/moby#34686