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

Releases: docker-archive/docker-ce

v17.11.0-ce-rc4

16 Nov 07:19
587f1f0
Compare
Choose a tag to compare
v17.11.0-ce-rc4 Pre-release
Pre-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.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

v17.11.0-ce-rc3

08 Nov 05:34
5b4af4f
Compare
Choose a tag to compare
v17.11.0-ce-rc3 Pre-release
Pre-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.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

v17.11.0-ce-rc2

02 Nov 04:08
d7062e5
Compare
Choose a tag to compare
v17.11.0-ce-rc2 Pre-release
Pre-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.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.

NOTE: This is the first release with official support for Ubuntu 17.10 (Artful)

v17.11.0-ce-rc1

31 Oct 05:17
df7b627
Compare
Choose a tag to compare
v17.11.0-ce-rc1 Pre-release
Pre-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.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.

v17.10.0-ce

18 Oct 02:54
Compare
Choose a tag to compare

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

v17.10.0-ce-rc2

12 Oct 05:22
Compare
Choose a tag to compare
v17.10.0-ce-rc2 Pre-release
Pre-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-DD)

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

  • 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

v17.10.0-ce-rc1

05 Oct 04:45
Compare
Choose a tag to compare
v17.10.0-ce-rc1 Pre-release
Pre-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-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

v17.09.0-ce

27 Sep 02:03
Compare
Choose a tag to compare

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-26)

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
  • Show images digests when {{.Digest}} is in format docker/cli#439
  • Print output of docker stack rm on stdout instead of stderr docker/cli#491
  • Fix docker history --format '{{json .}}' printing human-readable timestamps instead of ISO8601 when --human=true docker/cli#438
  • Fix idempotence of docker stack deploy when secrets or configs are used docker/cli#509
  • Fix presentation of random host ports docker/cli#404
  • Fix redundant service restarts when service created with multiple secrets moby/moby#34746

Logging

  • Fix Splunk logger not transmitting log data when tag is empty and raw-mode is used moby/moby#34520

Networking

Runtime

  • Fix "permission denied" errors when accessing volume with SELinux enforcing mode moby/moby#34684
  • Fix layers size reported as 0 in docker system df moby/moby#34826
  • Fix some "device or resource busy" errors when removing containers on RHEL 7.4 based kernels moby/moby#34886

Swarm mode

  • Include whether the managers in the swarm are autolocked as part of docker info docker/cli#471
  • Fix managers failing to join if the gRPC snapshot is larger than 4MB docker/swarmkit#2375
  • Fix "permission denied" errors for configuration file in SELinux-enabled containers moby/moby#34732
  • Fix services failing to deploy on ARM nodes moby/moby#34021

Packaging

Deprecation

v17.09.0-ce-rc3

21 Sep 05:42
Compare
Choose a tag to compare
v17.09.0-ce-rc3 Pre-release
Pre-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

Packaging

v17.09.0-ce-rc2

14 Sep 04:54
Compare
Choose a tag to compare
v17.09.0-ce-rc2 Pre-release
Pre-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

Packaging