mirror of https://github.com/docker/docs.git
Release notes for 18.03.0-ce-rc1-mac54 (Edge) (#6098)
This commit is contained in:
parent
5c63b0b9f8
commit
2cc7d0e616
|
@ -520,6 +520,23 @@ events or unexpected unmounts.
|
|||
|
||||
## Edge Release Notes
|
||||
|
||||
### Docker Community Edition 18.03.0-ce-rc1-mac54 2018-02-27 (Edge)
|
||||
|
||||
|
||||
* Upgrades
|
||||
- [Docker 18.03.0-ce-rc1](https://github.com/docker/docker-ce/releases/tag/v18.03.0-ce-rc1)
|
||||
|
||||
* New
|
||||
- VM Swap size can be changed in settings. See [docker/for-mac#2566](https://github.com/docker/for-mac/issues/2566), [docker/for-mac#2389](https://github.com/docker/for-mac/issues/2389)
|
||||
- Support NFS Volume sharing. Also works in Kubernetes.
|
||||
|
||||
* Bug fixes and minor changes
|
||||
- Revert the default disk format to qcow2 for users running macOS 10.13 (High Sierra). There are confirmed reports of file corruption using the raw format which uses sparse files on APFS. This change only takes effect after a reset to factory defaults (from the Whale menu -> Preferences -> Reset). Related to [docker/for-mac#2625](https://github.com/docker/for-mac/issues/2625)
|
||||
- DNS name `host.docker.internal` shoud be used for host resolution from containers. Older aliases (still valid) are deprecated in favor of this one. (See https://tools.ietf.org/html/draft-west-let-localhost-be-localhost-06).
|
||||
- Kubernetes Load balanced services are no longer marked as `Pending`.
|
||||
- Fix hostPath mounts in Kubernetes.
|
||||
- Update Compose on Kubernetes to v0.3.0 rc4. Existing Kubernetes stacks will be removed during migration and need to be re-deployed on the cluster.
|
||||
|
||||
### Docker Community Edition 18.02.0-ce-mac53 2018-02-09 (Edge)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue