Home Explore Blog CI



docker

1st chunk of `content/manuals/engine/release-notes/17.11.md`
69fba84995da6171c7354281be6ef9cae76a3ae2f20ac711000000010000096b
---
title: Docker Engine 17.11 release notes
linkTitle: Engine v17.11
toc_min: 1
toc_max: 2
---

## 17.11.0-ce
2017-11-20

> [!IMPORTANT]
> Docker CE 17.11 is the first Docker release based on
> [containerd 1.0 beta](https://github.com/containerd/containerd/releases/tag/v1.0.0-beta.2).
> Docker CE 17.11 and later don't recognize containers started with previous
> Docker versions. If you use 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 aren't recognized by Docker after the upgrade and
> keep running, un-managed, on the system.

### Builder

* Test & Fix build with rm/force-rm matrix [moby/moby#35139](https://github.com/moby/moby/pull/35139)
- Fix build with `--stream` with a large context [moby/moby#35404](https://github.com/moby/moby/pull/35404)

### Client

* Hide help flag from help output [docker/cli#645](https://github.com/docker/cli/pull/645)
* Support parsing of named pipes for compose volumes [docker/cli#560](https://github.com/docker/cli/pull/560)
* [Compose] Cast values to expected type after interpolating values [docker/cli#601](https://github.com/docker/cli/pull/601)
+ Add output for "secrets" and "configs" on `docker stack deploy` [docker/cli#593](https://github.com/docker/cli/pull/593)
- Fix flag description for `--host-add` [docker/cli#648](https://github.com/docker/cli/pull/648)
* Do not truncate ID on docker service ps --quiet [docker/cli#579](https://github.com/docker/cli/pull/579)

### Deprecation

* Update bash completion and deprecation for synchronous service updates [docker/cli#610](https://github.com/docker/cli/pull/610)

### Logging

* copy to log driver's bufsize, fixes #34887 [moby/moby#34888](https://github.com/moby/moby/pull/34888)
+ Add TCP support for GELF log driver [moby/moby#34758](https://github.com/moby/moby/pull/34758)
+ Add credentials endpoint option for awslogs driver [moby/moby#35055](https://github.com/moby/moby/pull/35055)

### Networking

- Fix network name masking network ID on delete [moby/moby#34509](https://github.com/moby/moby/pull/34509)
- Fix returned error code for network creation from 500 to 409 [moby/moby#35030](https://github.com/moby/moby/pull/35030)
- Fix tasks fail with error "Unable to complete atomic operation, key modified" [docker/libnetwork#2004](https://github.com/docker/libnetwork/pull/2004)


Title: Docker Engine 17.11.0-ce Release Notes
Summary
These are the release notes for Docker Engine 17.11.0-ce, released on 2017-11-20. Key changes include an upgrade to containerd 1.0 beta, fixes for the builder, client, logging, and networking components. There are also updates for deprecation warnings. A critical note advises stopping all containers before upgrading due to incompatibility with older Docker versions.