12th chunk of `content/manuals/desktop/previous-versions/edge-releases-mac.md`
d7a8e9cdd9a523a4dbbfb7fe30dc09a02031e6aa975bc8140000000100000fed
- Docker Desktop includes the `buildx` plugin (currently experimental).
- Selecting the `Experimental features` checkbox on the Docker Desktop Preferences Daemon page enables experimental features in the Docker daemon and the Docker CLI.
- Docker Desktop has improved the reliability of `com.docker.osxfs trace` performance profiling command.
- Users can now run the `com.docker.osxfs trace --summary` option to get a high-level summary of operations, instead of receiving a trace of all operations.
- Docker Desktop now supports large lists of DNS resource records on Mac. Fixes [docker/for-mac#2160](https://github.com/docker/for-mac/issues/2160#issuecomment-431571031)
* Bug fixes and minor changes
- Docker Desktop does not send DNS queries for `docker-desktop.<domain>` every 10s. It now relies on the host's DNS domain search order rather than trying to replicate it inside the VM.
- Docker Desktop has removed the ability to log in using email address as a username as the Docker command line does not support this.
- Docker Desktop now allows running a Docker registry inside a container. Fixes [docker/for-mac#3611](https://github.com/docker/for-mac/issues/3611)
- Fixed a stability issue with the DNS resolver.
## Docker Community Edition 2.0.4.1 2019-05-07
* Bug fixes and minor changes
- Upgrade QEMU from 2.8.0 to 3.1.0 to fix an emulation issue when building and running Java applications on Arm64 devices.
## Docker Community Edition 2.0.4.0 2019-04-30
* Upgrades
- [Docker 19.03.0-beta3](https://github.com/docker/docker-ce/releases/tag/v19.03.0-beta3)
- [Docker Compose 1.24.0](https://github.com/docker/compose/releases/tag/1.24.0)
- [Compose on Kubernetes 0.4.22](https://github.com/docker/compose-on-kubernetes/releases/tag/v0.4.22)
- [Kubernetes 1.14.1](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.14.md#changelog-since-v1141)
* New
- App: Docker CLI plugin to configure, share, and install applications
- Extend Compose files with metadata and parameters
- Reuse the same application across multiple environments (Development/QA/Staging/Production)
- Multi-orchestrator installation (Swarm or Kubernetes)
- Push/Pull/Promotion/Signing supported for application, with the same workflow as images
- Fully CNAB compliant
- Full support for Docker Contexts
- Buildx (Tech Preview): Docker CLI plugin for extended build capabilities with BuildKit
- Familiar UI from docker build
- Full BuildKit capabilities with container driver
- Multiple builder instance support
- Multi-node builds for cross-platform images (out-of-the-box support for linux/arm/v7 and linux/arm64)
- Concurrent building of Compose files
- High-level build constructs with `bake`
* Bug fixes and minor changes
- Truncate UDP DNS responses which are over 512 bytes in size
## Docker Community Edition 2.0.3.0 2019-03-05
* Upgrades
- [Docker 18.09.3](https://github.com/docker/docker-ce/releases/tag/v18.09.3)
* Bug fixes and minor changes
- Fixed port 8080 that was used on localhost when starting Kubernetes. Fixes [docker/for-mac#3522](https://github.com/docker/for-mac/issues/3522)
- Error message improvements, do not propose to run diagnostics / reset to factory default when not appropriate.
### Docker Community Edition 2.0.2.1 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)
## Docker Community Edition 2.0.2.0 2019-02-06
* Upgrades
- [Docker Compose 1.24.0-rc1](https://github.com/docker/compose/releases/tag/1.24.0-rc1)
- [Docker Machine 0.16.1](https://github.com/docker/machine/releases/tag/v0.16.1)
- [Compose on Kubernetes 0.4.18](https://github.com/docker/compose-on-kubernetes/releases/tag/v0.4.18)
* New
- Rebranded UI
* Bug fixes and minor changes
- Kubernetes: use default maximum number of pods for kubelet. [docker/for-mac#3453](https://github.com/docker/for-mac/issues/3453)