-
Notifications
You must be signed in to change notification settings - Fork 0
Engine 1.11.0
Kenfe-Mickaël Laventure edited this page Mar 16, 2016
·
67 revisions
- Freeze: 2016-03-17
- Release: 2016-04-07
#20361 Containerd integration
Replace execdrivers with containerd.
#20362 CLI separation
Separate the docker client cli from the docker daemon.
#20363 Better Plugins Framework
Bake plugin management capabilities inside docker.
- #20356 Label for non-container resources
(last update: 2016/03/08 08.29am)
IMPORTANT: With Docker 1.11, a docker installation is now made of 4 binaries (docker, containerd, containerd-shim and runc). If you have scripts relying on docker being a single static binaries, please make sure to update them. Interaction with the daemon stay the same otherwise, the usage of the other binaries should be transparent.
-
--deviceoption now correctly resolves symlinks (#20684) - Post processing is no longer enabled for linux-cgo terminals (#20587)
-
docker loginwill no longer prompt for an email (#20565) - Output of
docker volume lsis now sorted by volume name (#20389) - Output of
docker network lsis now sorted by network name (#20383) - Docker now supports external credential stores (#20107)
-
docker psnow supports displaying the list of volumes mounted inside a container (#20017)
-
docker loginnow handles token using the implementation found in docker/distribution (#20832) - Docker will now try to resume layer download where it left timeout after a network error/timeout (#19840)
- Fix Docker not cleaning up correctly old containers upon restarting after a crash (#19679)
-
docker updatelearned how to change a container restart policy (#19116) -
docker inspectnow also returns a newStatefield containing the container state in a human readable way (i.e. one ofcreated,restarting,running,paused,exitedordead)(#18966) - Docker learned to limit the number of active pids (i.e. processes) within the container via the
pids-limitflags. NOTE: This requireCGROUP_PIDS=yto be in the kernel configuration. (#18697)
- Docker GELF log driver now allows to specify the compression algorithm and level via the
gelf-compression-typeandgelf-compression-leveloptions (19831) - Docker daemon learned to output uncolorized logs via the
--raw-logsoptions (#19794) - Docker, on Windows platform, now includes an ETW (Event Tracing in Windows) logging driver named
etwlogs(#19689) - Journald log driver now support the log command tag option (#19564)
- Docker learn to send log to Google Cloud via the new
gcplogslogging driver. (#18766) - The
fluentdlog driver learned to process the newfail-on-startup-errorlog option preventing it to fail a container startup if it can't connect to the backend (#18041)