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

v18.02.0-ce-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@andrewhsu andrewhsu released this 25 Jan 05:46
· 14714 commits to master since this release
5e1d90a

Changelog

For more information on the list of deprecated flags and APIs, have a look at
https://docs.docker.com/engine/deprecated/ where you can find target removal dates.

18.02.0-ce (2018-02-DD)

Builder

Client

  • Fix issue of filter in docker ps where health=starting returns nothing moby/moby#35940

Experimental

  • LCOW: Coalesce daemon stores, allow dual LCOW and WCOW mode moby/moby#34859

Logging

  • Fixed error detection using IsErrNotFound and IsErrNotImplemented for the ContainerLogs method moby/moby#36000

Networking

  • Disable service on release network results in zero-downtime deployments with rolling upgrades moby/moby#35960

Packaging

Runtime

  • Fixes unexpected Docker Daemon shutdown based on pipe error moby/moby#35968
  • Fix some occurrences of hcsshim::ImportLayer failed in Win32: The system cannot find the path specified moby/moby#35924
  • Windows: increase the maximum layer size during build to 127GB moby/moby#35925
  • Fix Devicemapper: Error running DeleteDevice dm_task_run failed moby/moby#35919
  • Make image (layer) downloads faster by using pigz moby/moby#35697
  • Protect the daemon from volume plugins that are slow or deadlocked moby/moby#35441
  • Fix DOCKER_RAMDISK environment variable not being honoured moby/moby#35957