added Linux Kernel upgrade to relnotes

added new bug fix item

toolbox fixes

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
This commit is contained in:
Victoria Bialas 2017-01-13 11:45:14 -08:00
parent 6dc089e6f0
commit 627132deb0
5 changed files with 45 additions and 6 deletions

View File

@ -221,10 +221,11 @@ events or unexpected unmounts.
- Docker 1.13.0-rc6 - Docker 1.13.0-rc6
- Docker Compose 1.10-rc2 - Docker Compose 1.10-rc2
- Linux Kernel 4.9.2
**Bug fixes and minor improvements** **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) ### Beta 35 Release Notes (2017-01-06 1.13.0-rc5-beta35)

View File

@ -227,10 +227,11 @@ We did not distribute a 1.12.4 stable release
- Docker 1.13.0-rc6 - Docker 1.13.0-rc6
- Docker Compose 1.10-rc2 - Docker Compose 1.10-rc2
- Linux Kernel 4.9.2
**Bug fixes and minor improvements** **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) ### Beta 35 Release Notes (2017-01-06 1.13.0-rc5-beta35)

View File

@ -7,6 +7,7 @@ title: Docker Toolbox
Available for both Windows and Mac, Docker Toolbox installs the Docker Client, Machine, Compose, and Kitematic. 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?** <a href="https://www.docker.com/products/docker-toolbox">Download Docker Toolbox</a> 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.

View File

@ -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: If you have not done so already, download the installer here:
<a class="button darkblue-btn" href="https://download.docker.com/mac/stable/DockerToolbox.pkg">Get Docker Toolbox for Mac</a> <table style="width:50%; border: 0">
<tr valign="top">
<td width="100%" style="font-size: medium; font-family: arial; text-align: center; background-color: #F9FAFB">
<a class="button darkblue-btn" href="https://download.docker.com/mac/stable/DockerToolbox.pkg">Get Docker Toolbox for Mac</a>
</td>
</tr>
</table>
## What you get and how it works ## 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 6. Uninstall Oracle VirtualBox, which is
installed as a part of the Toolbox install. 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)

View File

@ -12,7 +12,13 @@ Windows](/docker-for-windows/index.md) app.
If you have not done so already, download the installer here: If you have not done so already, download the installer here:
<a class="button darkblue-btn" href="https://download.docker.com/win/stable/DockerToolbox.exe">Get Docker Toolbox for Windows</a> <table style="width:50%; border:0">
<tr valign="top">
<td width="100%" style="font-size: medium; font-family: arial; text-align: center; background-color: #F9FAFB">
<a class="button darkblue-btn" href="https://download.docker.com/win/stable/DockerToolbox.exe">Get Docker Toolbox for Windows</a>
</td>
</tr>
</table>
## What you get and how it works ## 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 6. Uninstall Oracle VirtualBox, which is
installed as a part of the Toolbox install. 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)