Docker Engine 17.07 release notes

Table of contents

17.07.0-ce

2017-08-29

API & Client

  • Add support for proxy configuration in config.json docker/cli#93
  • Enable pprof/debug endpoints by default moby/moby#32453
  • Passwords can now be passed using STDIN using the new --password-stdin flag on docker login docker/cli#271
  • Prevent docker logs --no-stream from hanging due to non-existing containers moby/moby#34004
  • Fix docker stack ps printing error to stdout instead of stderr docker/cli#298

Builder

  • Fix .dockerignore entries with a leading / not matching anything moby/moby#32088

Logging

Runtime

  • Fix run docker rename <container-id> new_name concurrently resulting in the having multiple names moby/moby#33940

Swarm mode