19th chunk of `content/manuals/desktop/previous-versions/edge-releases-mac.md`
3d05294dd17c627d2c39ee26b96e5e764670f6f204ea76330000000100000fe4
- Migration of Docker Toolbox images is not proposed anymore in Docker For Mac installer (still possible to migrate Toolbox images manually).
### Docker Community Edition 17.12.0-ce-mac45 2018-01-05
* Upgrades
- [Docker 17.12.0-ce](https://github.com/docker/docker-ce/releases/tag/v17.12.0-ce)
* New
- Experimental Kubernetes Support. You can now run a single-node Kubernetes cluster from the "Kubernetes" Pane in Docker For Mac Preferences and use kubectl commands as well as docker commands. See [the Kubernetes section](/manuals/desktop/features/kubernetes.md)
- DNS name `docker.for.mac.host.internal` should 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
- The docker engine is configured to use VPNKit as an HTTP proxy, fixing 'docker pull' in environments with no DNS. Fixes [docker/for-mac#2320](https://github.com/docker/for-mac/issues/2320)
## Edge Releases of 2017
### Docker Community Edition 17.12.0-ce-rc4-mac44 2017-12-21
* Upgrades
- [Docker 17.12.0-ce-rc4](https://github.com/docker/docker-ce/releases/tag/v17.12.0-ce-rc4)
- [Docker compose 1.18.0](https://github.com/docker/compose/releases/tag/1.18.0)
* Bug fixes and minor changes
- Display actual size used by the virtual machine disk, especially useful for disks using raw format. See [docker/for-mac#2297](https://github.com/docker/for-mac/issues/2297).
- Fix more specific edge cases in filesharing settings migration.
### Docker Community Edition 17.12.0-ce-rc3-mac43 2017-12-15
* Upgrades
- [Docker 17.12.0-ce-rc3](https://github.com/docker/docker-ce/releases/tag/v17.12.0-ce-rc3)
* Bug fixes and minor changes
- Fix filesharing migration issue ([docker/for-mac#2317](https://github.com/docker/for-mac/issues/2317))
### Docker Community Edition 17.12.0-ce-rc2-mac41 2017-12-13
* Upgrades
- [Docker 17.12.0-ce-rc2](https://github.com/docker/docker-ce/releases/tag/v17.12.0-ce-rc2)
- [Docker compose 1.18.0-rc2](https://github.com/docker/compose/releases/tag/1.18.0-rc2)
* New
- Virtual machine disk size can be changed in settings. (See [docker/for-mac#1037](https://github.com/docker/for-mac/issues/1037)).
* Bug fixes and minor changes
- Avoid virtual machine reboot when changing host proxy settings.
- Don't break HTTP traffic between containers by forwarding them through the external proxy [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
- Display various component versions in About box
- Better virtual machine state handling and error messages in case of virtual machine crashes
### Docker Community Edition 17.11.0-ce-mac40 2017-11-22
* Upgrades
- [Docker 17.11.0-ce](https://github.com/docker/docker-ce/releases/tag/v17.11.0-ce)
### Docker Community Edition 17.11.0-ce-rc4-mac39 2017-11-17
* Upgrades
- [Docker 17.11.0-ce-rc4](https://github.com/docker/docker-ce/releases/tag/v17.11.0-ce-rc4)
- [Docker compose 1.17.1](https://github.com/docker/compose/releases/tag/1.17.1)
- Linux kernel 4.9.60
* Bug fixes and minor changes
- Fix login into private repository with certificate issue. [docker/for-mac#2201](https://github.com/docker/for-mac/issues/2201)
* New
- For systems running APFS on SSD on High Sierra, use `raw` format virtual machine disks by default. This increases 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 "Reset to factory defaults". To query the space usage of the file, use a command like:
`$ cd ~/Library/Containers/com.docker.docker/Data/com.docker.driver.amd64-linux/`
`$ ls -ls Docker.raw`
`3944768 -rw-r--r--@ 1 user staff 68719476736 Nov 16 11:19 Docker.raw`