From 97b2b192948c88ab24aa033f2c55626db21edc21 Mon Sep 17 00:00:00 2001 From: Victoria Bialas Date: Fri, 27 Jan 2017 10:06:54 -0800 Subject: [PATCH] added better description of disk image beta 39 feature Signed-off-by: Victoria Bialas --- docker-for-mac/index.md | 5 +---- docker-for-mac/release-notes.md | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/docker-for-mac/index.md b/docker-for-mac/index.md index 54f4fc77b6..6d67c116bf 100644 --- a/docker-for-mac/index.md +++ b/docker-for-mac/index.md @@ -307,16 +307,13 @@ containers and images are stored. ##### Disk image location (Beta) -Starting with Beta 39, the labels on this dialog were updated as follows. +Starting with Beta 39, _storage image_ is referred to as _disk image_, and is tracked by the app. If you attempt to move the disk image to a location that already has one, you will get a prompt asking if you want to use the existing image or replace it. For Beta releases going forward, the labels on this dialog were updated as follows. * **Storage location** is renamed to **Disk image location** * **Change location** button is renamed to **move disk image** ![Beta Advanced settings](images/settings-advanced-beta.png) - - - ### HTTP proxy settings Docker for Mac will detect HTTP/HTTPS Proxy Settings and automatically propagate diff --git a/docker-for-mac/release-notes.md b/docker-for-mac/release-notes.md index 9914db0d92..ddf671a7f4 100644 --- a/docker-for-mac/release-notes.md +++ b/docker-for-mac/release-notes.md @@ -277,7 +277,7 @@ events or unexpected unmounts. **New** -- More options when moving disk image +- More options when moving disk image (see [Storage location](index.md#storage-location) under Advanced preference settings) - Filesharing and daemon table empty fields are editable - DNS forwarder ignores responses from malfunctioning servers ([docker/for-mac#1025](https://github.com/docker/for-mac/issues/1025)) - DNS forwarder send all queries in parallel, process results in order