Home Explore Blog CI



docker

16th chunk of `content/manuals/desktop/previous-versions/2.x-windows.md`
16be7624c5b21e548af5f1e0dfe3c5e19f07cfae74ebf8470000000100000ba1
### Docker Community Edition 2.0.0.3 2019-02-15

* Upgrades
  - [Docker 18.09.2](https://github.com/docker/docker-ce/releases/tag/v18.09.2), fixes [CVE-2019-5736](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-5736)

* Bug fix
  - Fix crash in system tray menu when the Hub login fails or Air gap mode

### Docker Community Edition 2.0.0.2 2019-01-16

* Upgrades
  - [Docker 18.09.1](https://github.com/docker/docker-ce/releases/tag/v18.09.1)
  - [Docker Machine 0.16.1](https://github.com/docker/machine/releases/tag/v0.16.1)
  - [Kubernetes 1.10.11](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.10.md#v11011), fixes [CVE-2018-1002105](https://github.com/kubernetes/kubernetes/issues/71411)
  - [Kitematic 0.17.6](https://github.com/docker/kitematic/releases/tag/v0.17.6)
  - Golang 1.10.6, fixes CVEs: [CVE-2018-16875](https://www.cvedetails.com/cve/CVE-2018-16875), [CVE-2018-16873](https://www.cvedetails.com/cve/CVE-2018-16873) and [CVE-2018-16874](https://www.cvedetails.com/cve/CVE-2018-16874)
  - Windows 14393 is marked as deprecated ; it will not be supported anymore in the next major stable release (2.1.0.0 and further)

* Bug fixes and minor changes
  - Rename Docker for Windows to Docker Desktop
  - Add 18.09 missing daemon options

### Docker Community Edition 2.0.0.0-win81 2018-12-07

* Upgrades
  - [Docker compose 1.23.2](https://github.com/docker/compose/releases/tag/1.23.2)

* Bug fixes and minor changes
  - Compose: Fixed a bug where build context URLs would fail to build on Windows. Fixes [docker/for-win#2918](https://github.com/docker/for-win/issues/2918)

### Docker Community Edition 2.0.0.0-win78 2018-11-19

* Upgrades
  - [Docker 18.09.0](https://github.com/docker/docker-ce-packaging/releases/tag/v18.09.0)
  - [Docker compose 1.23.1](https://github.com/docker/compose/releases/tag/1.23.1)
  - [Docker Machine 0.16.0](https://github.com/docker/machine/releases/tag/v0.16.0)
  - [Kitematic 0.17.5](https://github.com/docker/kitematic/releases/tag/v0.17.5)
  - Linux Kernel 4.9.125

* New
  - New version scheme

* Deprecation
  - Removed support of AUFS

* Bug fixes and minor changes
  - Windows Containers: Fix group daemon option settings. Fixes [docker/for-win#2647](https://github.com/docker/for-win/issues/2647)
  - Windows Containers: Better host.docker.internal resolution, don't rewrite it if not modified. From [docker/for-win#1976](https://github.com/docker/for-win/issues/1976)
  - Do not try to update samba share mounts when using Windows Containers
  - Improved dns update too verbose in logs
  - VPNKit: Improved scalability of port forwarding.
  - VPNKit: Limit the size of the UDP NAT table. This ensures port forwarding and regular TCP traffic continue even when running very chatty UDP protocols.
  - LCOW does not need --platform flag on multi-arch images any more
  - Disk size can now be adjusted from 32GiB to drive space.
  - Fix dns update too verbose in logs
  - Fix panic in diagnose

Title: Docker Community Edition Updates: 2.0.0.3, 2.0.0.2, 2.0.0.0-win81, and 2.0.0.0-win78
Summary
This section details updates and bug fixes for several Docker Community Edition versions. Version 2.0.0.3 includes Docker 18.09.2 (fixing CVE-2019-5736) and a fix for a system tray menu crash. Version 2.0.0.2 features upgrades to Docker 18.09.1, Docker Machine 0.16.1, Kubernetes 1.10.11 (fixing CVE-2018-1002105), Kitematic 0.17.6, and Golang 1.10.6 (fixing multiple CVEs), along with deprecating Windows 14393 support. Version 2.0.0.0-win81 upgrades Docker Compose 1.23.2 and fixes a bug related to build context URLs. Lastly, version 2.0.0.0-win78 includes upgrades to Docker 18.09.0, Docker Compose 1.23.1, Docker Machine 0.16.0, Kitematic 0.17.5, and Linux Kernel 4.9.125, introduces a new version scheme, removes AUFS support, and implements various bug fixes and improvements, including fixes for Windows Containers, better host.docker.internal resolution, improved VPNKit scalability and UDP NAT table limits, LCOW multi-arch image support, adjustable disk size, and verbose DNS log fixes.