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

v17.10.0-ce

Compare
Choose a tag to compare
@andrewhsu andrewhsu released this 18 Oct 02:54
· 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-17)

IMPORTANT: Starting with this release, docker service create, docker service update,
docker service scale and docker service rollback use non-detached mode as default,
use --detach 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

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