Skip to content

Commit 3d8c0e2

Browse files
author
Victoria Bialas
committed
17.03 CE mac2 hotfix release notes, tweaks to notes
more beta to edge terminology updates Signed-off-by: Victoria Bialas <[email protected]>
1 parent ff815d9 commit 3d8c0e2

File tree

4 files changed

+51
-21
lines changed

4 files changed

+51
-21
lines changed

docker-for-mac/install.md

+8-5
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,12 @@ The Docker for Mac install package includes everything you need to run Docker on
88
a Mac. This topic describes pre-install considerations, and how to download and
99
install Docker for Mac.
1010

11-
> **Already have Docker for Mac?** If you already have Docker for Mac installed, and are ready to get started, skip to [Getting started](index.md) to
12-
work through the rest of the Docker for Mac tour and information, or jump over
13-
to the tutorials at [Learn Docker](/learn.md).
11+
> **Already have Docker for Mac?** If you already have
12+
Docker for Mac installed, and are ready to get started, skip to
13+
[Get started with Docker for Mac](index.md) for a quick tour of
14+
the command line, preferences, and tools.
15+
>
16+
>**Looking for Release Notes?** [Get release notes for all versions here](release-notes.md).
1417
1518
## Download Docker for Mac
1619

@@ -129,8 +132,8 @@ channels, see the [FAQs](/docker-for-mac/faqs.md#stable-and-edge-channels).
129132
2. Double-click `Docker.app` to start Docker.
130133

131134
![Docker app in Hockeyapp](/docker-for-mac/images/docker-app-in-apps.png
132-
133-
You will be asked to authorize `Docker.app` with your system password after you launch it.
135+
136+
You will be asked to authorize `Docker.app` with your system password after you launch it.
134137
Privileged access is needed to install networking components and links to the Docker apps.
135138

136139
The whale in the top status bar indicates that Docker is running, and accessible from a terminal.

docker-for-mac/release-notes.md

+33-11
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,25 @@ release. The documentation is always updated for each release.
1212
For system requirements, please see
1313
[What to know before you install](install.md#what-to-know-before-you-install).
1414

15-
Release notes for _stable_ and _beta_ releases are listed below. You can learn
16-
about both kinds of releases, and download stable and beta product installers at
15+
Release notes for _stable_ and _edge_ releases are listed below. (Starting with
16+
the CE release model, `beta` releases are called `edge` releases.) You can learn
17+
about both kinds of releases, and download stable and edge product installers at
1718
[Download Docker for Mac](install.md#download-docker-for-mac).
1819

1920
## Stable Release Notes
2021

21-
### Docker Community Edition 17.03.0, 2017-03-02 (stable)
22+
### Docker Community Edition 17.03.0-ce-mac2, 2017-03-06 (stable)
23+
24+
**Hotfixes**
25+
26+
- Set the ethernet MTU to 1500 to prevent a hyperkit crash
27+
- Fix docker build on private images
28+
29+
**Upgrades**
30+
31+
- [Docker Credential Helpers 0.4.2](https://github.com/docker/docker-credential-helpers/releases/tag/v0.4.2)
32+
33+
### Docker Community Edition 17.03.0-ce-mac1, 2017-03-02 (stable)
2234

2335
**New**
2436

@@ -50,17 +62,16 @@ about both kinds of releases, and download stable and beta product installers at
5062
- Parses aliases from /etc/hosts (docker/for-mac#983)
5163
- Can resolve DNS requests via servers listed in the /etc/resolver directory on the host
5264
- Limit vCPUs to 64
53-
- Fix for swap not being mounted
54-
- Fix aufs xattr delete issue (docker/docker#30245)
55-
- osxfs: catch EPERM when reading extended attributes of non-files
56-
- VPNKit: fix unmarshalling of DNS packets containing pointers to pointers to labels
57-
- VPNKit: set the Recursion Available bit on DNS responses from the cache
65+
- Fixed for swap not being mounted
66+
- Fixed aufs xattr delete issue (docker/docker#30245)
67+
- osxfs: Catch EPERM when reading extended attributes of non-files
68+
- VPNKit: Fixed unmarshalling of DNS packets containing pointers to pointers to labels
69+
- VPNKit: Set the Recursion Available bit on DNS responses from the cache
5870
- VPNKit: Avoid diagnostics to capture too much data
59-
- VPNKit: Fix a source of occasional packet loss (truncation) on the virtual ethernet link
71+
- VPNKit: Fixed a source of occasional packet loss (truncation) on the virtual ethernet link
6072
- HyperKit: Dump guest physical and linear address from VMCS when dumping state
6173
- HyperKit: Kernel boots with panic=1 arg
6274

63-
6475
### Docker for Mac 1.13.1, 2017-02-09 (stable)
6576

6677
**Upgrades**
@@ -324,7 +335,18 @@ events or unexpected unmounts.
324335

325336
## Edge Release Notes
326337

327-
### Docker Community Edition 17.03.0 Release Notes (2017-03-02 17.03.0-ce-mac1)
338+
### Docker Community Edition 17.03.0-ce-mac2, 2017-03-06 (edge)
339+
340+
**Hotfixes**
341+
342+
- Set the ethernet MTU to 1500 to prevent a hyperkit crash
343+
- Fix docker build on private images
344+
345+
**Upgrades**
346+
347+
- [Docker Credential Helpers 0.4.2](https://github.com/docker/docker-credential-helpers/releases/tag/v0.4.2)
348+
349+
### Docker Community Edition 17.03.0-ce-mac1, 2017-03-02 (edge)
328350

329351
**New**
330352

docker-for-windows/install.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,13 @@ The Docker for Windows install package includes everything you need to run
88
Docker on a Windows system. This topic describes pre-install considerations, and
99
how to download and install Docker for Windows.
1010

11-
> **Already have Docker for Windows?** If you already have Docker for Windows installed, and are ready to get started, skip to [Getting started](index.md) to
12-
work through the rest of the Docker for Windows tour and information, or jump
13-
over to the tutorials at [Learn Docker](/learn.md).
11+
> **Already have Docker for Windows?** If you already have Docker for
12+
Windows installed, and are ready to get started, skip to
13+
[Get started with Docker for Windows](index.md) for a quick tour of
14+
the command line, settings, and tools.
15+
>
16+
>**Looking for Release Notes?** [Get release notes for all
17+
versions here](release-notes.md).
1418

1519
## Download Docker for Windows
1620

docker-for-windows/release-notes.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ release. The documentation is always updated for each release.
1212
For system requirements, please see
1313
[What to know before you install](install.md#what-to-know-before-you-install).
1414

15-
Release notes for _stable_ and _beta_ releases are listed below. You can learn
16-
about both kinds of releases, and download stable and beta product installers at
15+
Release notes for _stable_ and _edge_ releases are listed below. (Starting with
16+
the CE release model, `beta` releases are called `edge` releases.) You can learn
17+
about both kinds of releases, and download stable and edge product installers at
1718
[Download Docker for Windows](install.md#download-docker-for-windows).
1819

1920
## Stable Release Notes

0 commit comments

Comments
 (0)