Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release notes for 17.11.0-ce-rc4-mac39 (Edge) #5331

Merged
merged 2 commits into from
Nov 17, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Docker for mac edge relnotes 17.11.0-ce-rc4-mac39
Signed-off-by: Jenkins-pr-release-docs <guillaume.tardif@docker.com>
  • Loading branch information
gtardif committed Nov 17, 2017
commit 273516a068124d8b67e8199d0e5d5effcdb75e6e
18 changes: 18 additions & 0 deletions docker-for-mac/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,24 @@ events or unexpected unmounts.

## Edge Release Notes

### Docker Community Edition 17.11.0-ce-rc4-mac39 2017-11-17 (Edge)

* 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)

* New
- For systems running APFS on SSD on High Sierra, use `raw` format VM 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 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`
The first number (`3944768`) is the allocated space in blocks; the larger number `68719476736` is the maximum total amount of space the file may consume in future in bytes.

### Docker Community Edition 17.11.0-ce-rc3-mac38 2017-11-09 (Edge)

* Upgrades
Expand Down