From 627132deb05108ae48c797ddecd955fb057e390a Mon Sep 17 00:00:00 2001 From: Victoria Bialas Date: Fri, 13 Jan 2017 11:45:14 -0800 Subject: [PATCH] added Linux Kernel upgrade to relnotes added new bug fix item toolbox fixes Signed-off-by: Victoria Bialas --- docker-for-mac/release-notes.md | 3 ++- docker-for-windows/release-notes.md | 3 ++- toolbox/index.md | 5 +++-- toolbox/toolbox_install_mac.md | 20 +++++++++++++++++++- toolbox/toolbox_install_windows.md | 20 +++++++++++++++++++- 5 files changed, 45 insertions(+), 6 deletions(-) diff --git a/docker-for-mac/release-notes.md b/docker-for-mac/release-notes.md index 2eba89050e..0d548ead53 100644 --- a/docker-for-mac/release-notes.md +++ b/docker-for-mac/release-notes.md @@ -221,10 +221,11 @@ events or unexpected unmounts. - Docker 1.13.0-rc6 - Docker Compose 1.10-rc2 +- Linux Kernel 4.9.2 **Bug fixes and minor improvements** -- Revert to Linux 4.4.41 LTS kernel to resolve fuse cache issues +- Uninstall should be more reliable ### Beta 35 Release Notes (2017-01-06 1.13.0-rc5-beta35) diff --git a/docker-for-windows/release-notes.md b/docker-for-windows/release-notes.md index 004f930022..509f18096f 100644 --- a/docker-for-windows/release-notes.md +++ b/docker-for-windows/release-notes.md @@ -227,10 +227,11 @@ We did not distribute a 1.12.4 stable release - Docker 1.13.0-rc6 - Docker Compose 1.10-rc2 +- Linux Kernel 4.9.2 **Bug fixes and minor improvements** -- Revert to Linux 4.4.41 LTS kernel to resolve fuse cache issues +- Uninstall should be more reliable ### Beta 35 Release Notes (2017-01-06 1.13.0-rc5-beta35) diff --git a/toolbox/index.md b/toolbox/index.md index 4277936a8e..a0fe896f65 100644 --- a/toolbox/index.md +++ b/toolbox/index.md @@ -7,6 +7,7 @@ title: Docker Toolbox Available for both Windows and Mac, Docker Toolbox installs the Docker Client, Machine, Compose, and Kitematic. -**Learn about Docker Toolbox**. See [Docker Toolbox Overview](overview.md) for a quick tour of how to install Toolbox, and get started with Docker Machine, Kitematic, and Docker Compose. +**Learn about Docker Toolbox**. See [Docker Toolbox Overview](overview.md) for a quick tour of Toolbox, and +how to get started with Docker Machine, Kitematic, and Docker Compose. -**Ready to download Toolbox?** Download Docker Toolbox from products. +**Ready to download Toolbox?** See [Install Docker Toolbox on macOS](toolbox_install_mac.md) or [Install Docker Toolbox on Windows](toolbox_install_windows.md) for download and install instructions. diff --git a/toolbox/toolbox_install_mac.md b/toolbox/toolbox_install_mac.md index 854b24cafe..2593a17291 100644 --- a/toolbox/toolbox_install_mac.md +++ b/toolbox/toolbox_install_mac.md @@ -11,7 +11,13 @@ minimal system requirements for [Docker for Mac](/docker-for-mac/index.md). If you have not done so already, download the installer here: -Get Docker Toolbox for Mac + + + + +
+ Get Docker Toolbox for Mac +
## What you get and how it works @@ -244,3 +250,15 @@ To uninstall Toolbox on a Mac, do the following: 6. Uninstall Oracle VirtualBox, which is installed as a part of the Toolbox install. + +## Next Steps + +* Try out the examples in the [Getting Started](/engine/getstarted/index.md) tutorial. + +* Dig in deeper with [more tutorials and examples](/engine/tutorials/index.md) on building images, running containers, networking, managing data, and storing images on Docker Hub. + +* [Learn about Kitematic](/kitematic/userguide.md) + +* [Learn about Docker Machine](/machine/overview.md) + +* [Learn about Docker Compose](/compose/overview.md) diff --git a/toolbox/toolbox_install_windows.md b/toolbox/toolbox_install_windows.md index b7f5e10e03..0a33f20678 100644 --- a/toolbox/toolbox_install_windows.md +++ b/toolbox/toolbox_install_windows.md @@ -12,7 +12,13 @@ Windows](/docker-for-windows/index.md) app. If you have not done so already, download the installer here: -Get Docker Toolbox for Windows + + + + +
+ Get Docker Toolbox for Windows +
## What you get and how it works @@ -242,3 +248,15 @@ To uninstall Toolbox on Windows, do the following: 6. Uninstall Oracle VirtualBox, which is installed as a part of the Toolbox install. + +## Next Steps + +* Try out the examples in the [Getting Started](/engine/getstarted/index.md) tutorial. + +* Dig in deeper with [more tutorials and examples](/engine/tutorials/index.md) on building images, running containers, networking, managing data, and storing images on Docker Hub. + +* [Learn about Kitematic](/kitematic/userguide.md) + +* [Learn about Docker Machine](/machine/overview.md) + +* [Learn about Docker Compose](/compose/overview.md)