From 7f94dbc3df3ed8613774dda966ca060546f8f6db Mon Sep 17 00:00:00 2001 From: gtardif Date: Tue, 9 Jan 2018 13:41:23 +0100 Subject: [PATCH] Docker for mac stable relnotes 17.12.0-ce-mac46 (#5702) Signed-off-by: Jenkins-pr-release-docs --- docker-for-mac/release-notes.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/docker-for-mac/release-notes.md b/docker-for-mac/release-notes.md index 4114e9f748..cd3cb4aa46 100644 --- a/docker-for-mac/release-notes.md +++ b/docker-for-mac/release-notes.md @@ -19,6 +19,30 @@ about both kinds of releases, and download stable and edge product installers at ## Stable Release Notes +### Docker Community Edition 17.12.0-ce-mac46 2018-01-09 (Stable) + +* Upgrades + - [Docker 17.12.0-ce](https://github.com/docker/docker-ce/releases/tag/v17.12.0-ce) + - [Docker compose 1.18.0](https://github.com/docker/compose/releases/tag/1.18.0) + - [Docker Machine 0.13.0](https://github.com/docker/machine/releases/tag/v0.13.0) + - Linux Kernel 4.9.60 + +* New + - VM entirely built with Linuxkit + - VM disk size can be changed in disk preferences. (See [docker/for-mac#1037](https://github.com/docker/for-mac/issues/1037)) + - For systems running APFS on SSD on High Sierra, use `raw` format VM disks by default. This improves disk throughput (from 320MiB/sec to 600MiB/sec in `dd` on a 2015 MacBook Pro) and disk space handling. + Existing disks are kept in qcow format, if you want to switch to raw format you need to "Remove all data" or "Reset to factory defaults". See https://docs.docker.com/docker-for-mac/faqs/#disk-usage + - DNS name `docker.for.mac.host.internal` shoud be used instead of `docker.for.mac.localhost` (still valid) for host resolution from containers, since since there is an RFC banning the use of subdomains of localhost. See https://tools.ietf.org/html/draft-west-let-localhost-be-localhost-06. + +* Bug fixes and minor changes + - Display various component versions in About box. + - Avoid VM reboot when changing host proxy settings. + - Don't break HTTP traffic between containers by forwarding them via the external proxy. (See [docker/for-mac#981](https://github.com/docker/for-mac/issues/981)) + - Filesharing settings are now stored in settings.json. + - Daemon restart button has been moved to settings / Reset Tab. + - Better VM state handling & error messsages in case of VM crashes. + - Fix login into private repository with certificate issue. (See [docker/for-mac#2201](https://github.com/docker/for-mac/issues/2201)) + ### Docker Community Edition 17.09.1-ce-mac42 2017-12-11 (Stable) * Upgrades