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

v17.11.0-ce-rc4

Pre-release
Pre-release
Compare
Choose a tag to compare
@andrewhsu andrewhsu released this 16 Nov 07:19
· 15607 commits to master since this release
587f1f0

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.11.0-ce (2017-11-DD)

IMPORTANT: Docker CE 17.11 is the first Docker release based on
containerd 1.0 beta.
Docker CE 17.11 and later won't recognize containers started with
previous Docker versions. If using
Live Restore,
you must stop all containers before upgrading to Docker CE 17.11.
If you don't, any containers started by Docker versions that predate
17.11 won't be recognized by Docker after the upgrade and will keep
running, un-managed, on the system.

Builder

Client

  • Add output for "secrets" and "configs" on docker stack deploy docker/cli#593

Deprecation

  • Update bash completion and deprecation for synchronous service updates docker/cli#610

Logging

Networking

Runtime

Swarm Mode

  • Modifying integration test due to new ipam options in swarmkit moby/moby#35103
  • Expand the scope of the Err field in TaskStatus to also cover non-terminal errors that block the task from progressing docker/swarmkit#2287

Packaging