Docker Engine 18.03 release notes

18.03.1-ce

2018-04-26

Client

  • Fix docker stack deploy re-deploying services after the service was updated with --force docker/cli#963
  • Fix docker version output alignment docker/cli#965

Runtime

Swarm Mode

Networking

18.03.0-ce

2018-03-21

Builder

Client

  • docker build now runs faster when registry-specific credential helper(s) are configured docker/cli#840
  • Update event filter zsh completion with disable, enable, install and remove docker/cli#372
  • Produce errors when empty ids are passed into inspect calls moby/moby#36144
  • Marshall version for the k8s controller docker/cli#891
  • Set a non-zero timeout for HTTP client communication with plugin backend docker/cli#883

Logging

Networking

  • Verify NetworkingConfig to make sure EndpointSettings is not nil moby/moby#36077

Runtime

  • Fixed error detection using IsErrNotFound and IsErrNotImplemented for ContainerStatPath, CopyFromContainer, and CopyToContainer methods moby/moby#35979

Swarm Mode

  • Fix issue where network inspect does not show Created time for networks in swarm scope moby/moby#36095