-
Notifications
You must be signed in to change notification settings - Fork 0
Engine 1.11.0
Kenfe-Mickaël Laventure edited this page Mar 1, 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/01 10.28am)
-
docker loginwill no longer prompt for an email (#20565) - Output of
docker volume lsis now sorted by volume name (#20389) - Output of
docker volume 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 will now try to resume layer download where it left timeout after a network error/timeout (#19840)
- Colorized logs can now be disabled with the new
--raw-logsdaemon flag (#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 network inspectnow returns whether a network is internal or not (#19357) -
docker updatelearned how to change a container restart policy (#19116) - 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) - Docker learned to create ipv6 enabled networks (
docker network create --ipv6). This show up as a newEnableIPv6field indocker inspect. (#17513)