Files
docker-docs/engine/release-notes/18.04.md
Sebastiaan van Stijn f73a26abfd engine: extract release notes per major version
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-03-18 14:00:34 +01:00

6.7 KiB

title, toc_min, toc_max, skip_read_time
title toc_min toc_max skip_read_time
Docker Engine 18.04 release notes 1 2 true

18.04.0-ce

2018-04-10

Builder

Client

  • Print Stack API and Kubernetes versions in version command. docker/cli#898
  • Use HasAvailableFlags instead of HasFlags for Options in help. docker/cli#959

Logging

  • Silent login: use credentials from cred store to login. docker/cli#139

Networking

Runtime

  • Fix stats collector spinning CPU if no stats are collected. moby/moby#36609
  • Fix(distribution): digest cache should not be moved if it was an auth. moby/moby#36509
  • Make sure plugin container is removed on failure. moby/moby#36715

Swarm Mode