Files
docker-cli/CHANGELOG.md
T
2017-09-29 15:56:26 -07:00

2.8 KiB
Raw Blame History

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