mirror of https://github.com/docker/docs.git
minor updates to the public beta release notes
This commit is contained in:
parent
42ced3f6cd
commit
911e6599e3
|
|
@ -18,26 +18,26 @@ For Docker Enterprise Engine release notes, see [Docker Engine release notes](/e
|
|||
|
||||
### Docker Desktop Enterprise 2.0.0.4
|
||||
|
||||
2019-05-15
|
||||
2019-05-16
|
||||
|
||||
- Upgrades
|
||||
|
||||
- [Docker 19.03.0-beta4](https://docs.docker.com/engine/release-notes/) in Version Pack Enterprise 3.0
|
||||
- [Docker 18.09.6](https://docs.docker.com/engine/release-notes/), [Kubernetes 1.11.10](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.11.md#v11110) in Version Pack Enterprise 2.1
|
||||
- [Docker 19.03.0-beta4](https://docs.docker.com/engine/release-notes/) in Enterprise 3.0 version pack
|
||||
- [Docker 18.09.6](https://docs.docker.com/engine/release-notes/), [Kubernetes 1.11.10](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.11.md#v11110) in Enterprise 2.1 version pack
|
||||
- [LinuxKit v0.7](https://github.com/linuxkit/linuxkit/releases/tag/v0.7)
|
||||
|
||||
- Bug fixes and minor changes
|
||||
|
||||
- Fix a stability issue with the DNS resolver.
|
||||
- Fix a race condition where kubernetes would sometimes fail to start after the application is restarted.
|
||||
- Fix bug on docker-compose failing when user logout after login. See [docker/compose#6517](https://github.com/docker/compose/issues/6517)
|
||||
- Improve reliability of `com.docker.osxfs trace` performance profiling command.
|
||||
- Support large lists of resource DNS records on Mac. See [docker/for-mac#2160](https://github.com/docker/for-mac/issues/2160#issuecomment-431571031)
|
||||
- Remove the ability to log in using an email address as a username (not supported by the Docker command line)
|
||||
- Allow running a Docker registry in a container again. Fixes [docker/for-mac#3611](https://github.com/docker/for-mac/issues/3611).
|
||||
- For LCOW one physical computer system running Windows 10 Professional or Windows 10 Enterprise version 1809 or later is required.
|
||||
- Add a dialog box during start up when a shared drive fails to mount allowing the user to retry mounting the drive or remove it from the shared drive list.
|
||||
|
||||
- Fixed a stability issue with the DNS resolver.
|
||||
- Fixed a race condition where Kubernetes sometimes failed to start after restarting the application.
|
||||
- Fixed a bug that causes Docker Compose to fail when a user logs out after logging in. See [docker/compose#6517](https://github.com/docker/compose/issues/6517)
|
||||
- Improved the reliability of `com.docker.osxfs trace` performance profiling command.
|
||||
- Docker Desktop now supports large lists of resource DNS records on Mac. See [docker/for-mac#2160](https://github.com/docker/for-mac/issues/2160#issuecomment-431571031)
|
||||
- Users can now run a Docker registry in a container. See [docker/for-mac#3611](https://github.com/docker/for-mac/issues/3611).
|
||||
- For Linux containers on Windows (LCOW), one physical computer system running Windows 10 Professional or Windows 10 Enterprise version 1809 or later is required.
|
||||
- Added a dialog box during start up when a shared drive fails to mount allowing the user to retry mounting the drive or remove it from the shared drive list.
|
||||
- Removed the ability to log in using an email address as a username as it is not supported by the Docker command line.
|
||||
|
||||
### Docker Desktop Enterprise 2.0.0.3
|
||||
|
||||
2019-04-26
|
||||
|
|
|
|||
Loading…
Reference in New Issue