From 4038b1ae6c2183f58c50563340017d5dc5ee598f Mon Sep 17 00:00:00 2001 From: Victoria Bialas Date: Thu, 12 Jan 2017 19:18:10 -0800 Subject: [PATCH] added beta 36 relnotes, and minor wording updates to Docker.qcow2 question in Mac FAQs Signed-off-by: Victoria Bialas --- docker-for-mac/faqs.md | 8 ++++---- docker-for-mac/release-notes.md | 13 +++++++++++++ docker-for-windows/release-notes.md | 13 +++++++++++++ 3 files changed, 30 insertions(+), 4 deletions(-) diff --git a/docker-for-mac/faqs.md b/docker-for-mac/faqs.md index 229c7993dc..3e5eb42eff 100644 --- a/docker-for-mac/faqs.md +++ b/docker-for-mac/faqs.md @@ -148,7 +148,7 @@ and containers. In Docker 1.13 there is preliminary support for "TRIM" to non-destructively free space on the host. First free space within the `Docker.qcow2` by -removing unneeded containers and images using +removing unneeded containers and images with the following commands: - `docker ps -a`: list all containers - `docker image ls`: list all images @@ -164,9 +164,9 @@ If the space needs to be reclaimed sooner, run this command: docker run --rm -it --privileged --pid=host walkerlee/nsenter -t 1 -m -u -i -n fstrim /var ``` -Once the `fstrim` has completed, restart the app. When the app shuts down it -will compact the file and the space will be freed. Note the app will -take longer to restart than usual because it must wait for the +Once the `fstrim` has completed, restart the app. When the app shuts down, it +will compact the file and free up space. The app will +take longer than usual to restart because it must wait for the compaction to complete. For background conversation thread on this, see [Docker.qcow2 never shrinks diff --git a/docker-for-mac/release-notes.md b/docker-for-mac/release-notes.md index 43435a4de0..2eba89050e 100644 --- a/docker-for-mac/release-notes.md +++ b/docker-for-mac/release-notes.md @@ -213,6 +213,19 @@ events or unexpected unmounts. ## Beta Release Notes +### Beta 36 Release Notes (2017-01-12 1.13.0-rc6-beta36) + +>**Important Note:** Plugins installed using the experimental "managed plugins" feature in Docker 1.12 must be removed/uninstalled before upgrading. + +**Upgrades** + +- Docker 1.13.0-rc6 +- Docker Compose 1.10-rc2 + +**Bug fixes and minor improvements** + +- Revert to Linux 4.4.41 LTS kernel to resolve fuse cache issues + ### Beta 35 Release Notes (2017-01-06 1.13.0-rc5-beta35) >**Important Note:** Plugins installed using the experimental "managed plugins" feature in Docker 1.12 must be removed/uninstalled before upgrading. diff --git a/docker-for-windows/release-notes.md b/docker-for-windows/release-notes.md index 42d2d9c8e7..004f930022 100644 --- a/docker-for-windows/release-notes.md +++ b/docker-for-windows/release-notes.md @@ -219,6 +219,19 @@ We did not distribute a 1.12.4 stable release ## Beta Release Notes +### Beta 36 Release Notes (2017-01-12 1.13.0-rc6-beta36) + +>**Important Note:** Plugins installed using the experimental "managed plugins" feature in Docker 1.12 must be removed/uninstalled before upgrading. + +**Upgrades** + +- Docker 1.13.0-rc6 +- Docker Compose 1.10-rc2 + +**Bug fixes and minor improvements** + +- Revert to Linux 4.4.41 LTS kernel to resolve fuse cache issues + ### Beta 35 Release Notes (2017-01-06 1.13.0-rc5-beta35) >**Important Note:** Plugins installed using the experimental "managed plugins" feature in Docker 1.12 must be removed/uninstalled before upgrading.