Docker Engine 17.12 release notes

17.12.1-ce

2018-02-27

Client

  • Return errors from daemon on stack deploy configs create/update docker/cli#757

Logging

Networking

Packaging

Runtime

  • Bump Golang to 1.9.4
  • Bump containerd to 1.0.1
  • Fix dockerd not being able to reconnect to containerd when it is restarted moby/moby#36173
  • Fix containerd events from being processed twice moby/moby#35891
  • Fix vfs graph driver failure to initialize because of failure to setup fs quota moby/moby#35827
  • Fix regression of health check not using container's working directory moby/moby#35845
  • Honor DOCKER_RAMDISK with containerd 1.0 moby/moby#35957
  • Update runc to fix hang during start and exec moby/moby#36097
  • Windows: Vendor of Microsoft/hcsshim @v.0.6.8 partial fix for import layer failing moby/moby#35924
  • Fix issue where network inspect does not show Created time for networks in swarm scope moby/moby#36095

Swarm

Known Issues

  • Health check no longer uses the container's working directory moby/moby#35843
  • Errors not returned from client in stack deploy configs moby/moby#757
  • Docker cannot use memory limit when using systemd options moby/moby#35123

17.12.0-ce

2017-12-27

Known Issues

Builder

Client

  • Add name field to secrets and configs to allow interpolation in Compose files docker/cli#668
  • Add --isolation for setting swarm service isolation mode docker/cli#426

Documentation

Logging

Networking

  • Added support for persisting Windows network driver specific options moby/moby#35563

Runtime

  • Windows: Fix case insensitive filename matching against builder cache moby/moby#35793
  • Fix race conditions around process handling and error checks moby/moby#35809

Swarm Mode

Packaging