updates for d4mac, d4win CE v.17.03.0

more updates on d4mac, d4win home pages

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
This commit is contained in:
Victoria Bialas 2017-02-22 17:02:48 -08:00
parent dddd864438
commit 9490085b32
14 changed files with 76 additions and 22 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 233 KiB

View File

@ -118,12 +118,7 @@ can set the following runtime options.
diagnostics, crash reports, and usage data. This information can help Docker
improve the application and get more context for troubleshooting problems.
Uncheck this to opt out and prevent auto-send of data. Docker may prompt for
more information in some cases, even with auto-send enabled. Also, you can
enable or disable these auto-reporting settings with one click on the
information popup when you first start Docker.
![Startup information](/docker-for-mac/images/mac-install-success-docker-wait.png)
more information in some cases, even with auto-send enabled.
### File sharing
@ -332,14 +327,24 @@ forum](https://forums.docker.com/c/docker-for-mac).
To report bugs or problems, log on to [Docker for Mac issues on
GitHub](https://github.com/docker/for-mac/issues), where you can review
community reported issues, and file new ones. See
[Diagnose problems, send feedback, and create GitHub issues](troubleshoot.md#diagnose-problems-send-feedback-and-create-github-issues).
community reported issues, and file new ones. See [Diagnose problems, send
feedback, and create GitHub
issues](troubleshoot.md#diagnose-problems-send-feedback-and-create-github-issues).
As a part of reporting issues on GitHub, we can help you troubleshoot the log
data.
To give us feedback on the documentation or update it yourself, use the Feedback
options at the bottom of each docs page.
## Docker Store
Choose **Docker Store** from the Docker for Mac menu
to get to the Docker app downloads site.
[Docker store](https://store.docker.com/) is a
component of the next-generation Docker Hub, and the best place
to find compliant, trusted commercial and free software
distributed as Docker Images.
## Where to go next
* Try out the tutorials and sample app walkthroughs at [Learn Docker](/learn.md), including:

View File

@ -138,10 +138,10 @@ channels, see the [FAQs](/docker-for-mac/faqs.md#stable-and-beta-channels).
![Whale in menu bar](/docker-for-mac/images/whale-in-menu-bar.png)
If you just installed the app, you also get a success message with suggested
next steps and a link to this documentation. Click the whale ![whale](/docker-for-mac/images/whale-x.png))
next steps and a link to this documentation. Click the whale (![whale](/docker-for-mac/images/whale-x.png))
in the status bar to dismiss this popup.
![Docker success](images/mac-install-success-docker-ps.png)
![Startup information](/docker-for-mac/images/mac-install-success-docker-cloud.png)
3. Click the whale (![whale-x](images/whale-x.png)) to get Preferences and
other options.

View File

@ -281,6 +281,26 @@ events or unexpected unmounts.
## Beta Release Notes
### Docker Community Edition 17.03.0 Release Notes (2017-02-22 17.03.0-ce-rc1-mac1)
**New**
- Introduce Docker Community Edition
- Integration with Docker Cloud to control remote Swarms from the local CLI and view your repositories. This feature will be rolled out to all users progressively
- Docker will now use keychain access to secure your IDs
**Upgrades**
- Docker 17.03.0-ce-rc1
- Linux Kernel 4.9.11
**Bug fixes and minor changes**
- VPNKit: fixed unmarshalling of DNS packets containing pointers to pointers to labels
- osxfs: catch EPERM when reading extended attributes of non-files
- Added `page_poison=1` to boot args
- Added a new disk flushing option
### Beta 41 Release Notes (2017-02-07-2017-1.13.1-rc2-beta41)
**Upgrades**

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 198 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 313 KiB

After

Width:  |  Height:  |  Size: 337 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 317 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 265 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 177 KiB

View File

@ -262,7 +262,7 @@ PowerShell Module as follows.
if (-Not (Test-Path $PROFILE)) {
New-Item $PROFILE Type File Force
}
Add-Content $PROFILE "`nImport-Module posh-docker"
```
@ -326,12 +326,9 @@ perform a factory reset.
diagnostics, crash reports, and usage data. This information can help Docker
improve the application and get more context for troubleshooting problems.
Uncheck any of the options to opt out and prevent auto-send of data. Docker
may prompt for more information in some cases, even with auto-send enabled.
Also, you can enable or disable these auto-reporting settings with one click
on the information popup when you first start Docker.
![Startup information](/docker-for-windows/images/win-install-success-popup.png)
Uncheck any of the options to opt out and prevent auto-send of
data. Docker may prompt for more information in some cases,
even with auto-send enabled.
### Shared Drives
@ -530,10 +527,12 @@ Linux VM.
### Switch between Windows and Linux containers
Starting with Beta 26 and Stable 1.13.0, you can select which daemon (Linux or Windows) the Docker
You can select which daemon (Linux or Windows) the Docker
CLI talks to. Select **Switch to Windows containers** to toggle to Windows
containers. Select **Switch to Linux containers**.
![Windows-Linux container types switch](images/config-popup-win-linux-switch.png)
Microsoft Developer Network has preliminary/draft information on Windows
containers
[here](https://msdn.microsoft.com/en-us/virtualization/windowscontainers/about/about_overview).
@ -605,12 +604,21 @@ forum](https://forums.docker.com/c/docker-for-windows).
To report bugs or problems, log on to [Docker for Windows issues on
GitHub](https://github.com/docker/for-win/issues), where you can review
community reported issues, and file new ones. As a part of reporting issues on
GitHub, we can help you troubleshoot the log data. See the [Diagnose and
Feedback](#diagnose-and-feedback) topic below.
GitHub, we can help you troubleshoot the log data. See the
[Diagnose and Feedback](#diagnose-and-feedback) topic below.
To give feedback on the documentation or update it yourself, use the Feedback
options at the bottom of each docs page.
### Docker Store
Choose **Docker Store** from the Docker for Windows menu
to get to the Docker app downloads site.
[Docker store](https://store.docker.com/) is a
component of the next-generation Docker Hub, and the best place
to find compliant, trusted commercial and free software
distributed as Docker Images.
### Diagnose and Feedback
If you encounter problems for which you do not find solutions in this documentation, searching [Docker for Windows issues on GitHub](https://github.com/docker/for-win/issues) already filed by other users, or on the [Docker for Windows forum](https://forums.docker.com/c/docker-for-windows), we can help you troubleshoot the log data.

View File

@ -142,7 +142,7 @@ The whale in the status bar indicates that Docker is running, and accessible fro
If you just installed the app, you also get a popup success message with suggested next steps, and a link to this documentation.
![Install success](/docker-for-windows/images/win-install-success-popup.png)
![Startup information](/docker-for-windows/images/win-install-success-popup-cloud.png)
When initialization is complete, select **About Docker** from the notification area icon to verify that you have the latest version.

View File

@ -9,7 +9,7 @@ title: Docker for Windows Release notes
Here are the main improvements and issues per release, starting with the current
release. The documentation is always updated for each release.
For system requirements, please see
For system requirements, please see
[What to know before you install](install.md#what-to-know-before-you-install).
Release notes for _stable_ and _beta_ releases are listed below. You can learn
@ -269,6 +269,27 @@ We did not distribute a 1.12.4 stable release
## Beta Release Notes
### Docker Community Edition 17.03.0 Release Notes (2017-02-22 17.03.0-ce-rc1)
**New**
- Introduce Docker Community Edition
- Integration with Docker Cloud: control remote Swarms from the local CLI and view your repositories. This feature will be rolled out to all users progressively.
**Upgrades**
- Docker 17.03.0-ce-rc1
- Linux Kernel 4.9.11
**Upgrades**
- VPNKit: Fixed unmarshalling of DNS packets containing pointers to pointers to labels
- Match Hyper-V Integration Services by ID, not name
- Don't consume 100% CPU when the service is stopped
- Log the diagnostic ID when uploading
- Improved Firewall handling: stop listing the rules since it can take a lot of time
- Don't rollback to the previous engine when the desired engine fails to start
### Beta 41 Release Notes (2017-02-07 1.13.1-rc2-beta41)
**Upgrades**