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

v17.09.0-ce-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@andrewhsu andrewhsu released this 07 Sep 03:43
· 16262 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.09.0-ce (2017-09-DD)

Builder

  • Fix cloning unneeded files while building from git repositories moby/moby#33704

Client

  • Allow extension fields in the v3.4 version of the compose format docker/cli#452
  • Make compose file allow to specify names for non-external volume docker/cli#306
  • Support --compose-file - as stdin docker/cli#347
  • Support start_period for healthcheck in Docker Compose docker/cli#475

Networking

Runtime

Swarm Mode

  • Include whether the managers in the swarm are autolocked as part of docker info docker/cli#471