mirror of https://github.com/docker/docs.git
d4mac, d4win finalize Beta 33, d4win Beta 32.1, and add to system reqmts
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
This commit is contained in:
parent
8665906c99
commit
41007f32de
|
@ -72,7 +72,7 @@ For more about stable and beta channels, see the
|
|||
<p />
|
||||
* **System Requirements**: Docker for Mac will launch only if all of these requirements are met.
|
||||
|
||||
- Mac must be a 2010 or newer model, with Intel's hardware support for memory management unit (MMU) virtualization; i.e., Extended Page Tables (EPT)
|
||||
- Mac must be a 2010 or newer model, with Intel's hardware support for memory management unit (MMU) virtualization; i.e., Extended Page Tables (EPT) and Unrestricted Mode.
|
||||
|
||||
- OS X El Capitan 10.11 and newer macOS releases are supported. At a minimum, Docker for Mac requires macOS Yosemite 10.10.3 or newer, with the caveat that going forward 10.10.x is a use-at-your-own risk proposition.
|
||||
|
||||
|
|
|
@ -202,7 +202,7 @@ events or unexpected unmounts.
|
|||
|
||||
## Beta Release Notes
|
||||
|
||||
### Beta 33 Release Notes (2016-12-14 1.13.0-rc3-beta33)
|
||||
### Beta 33 Release Notes (2016-12-15 1.13.0-rc3-beta33)
|
||||
|
||||
>**Important Note:** Plugins installed using the experimental "managed plugins" feature in Docker 1.12 must be removed/uninstalled before upgrading.
|
||||
|
||||
|
|
|
@ -208,7 +208,7 @@ about both kinds of releases, and download stable and beta product installers at
|
|||
|
||||
## Beta Release Notes
|
||||
|
||||
### Beta 33 Release Notes (2016-12-14 1.13.0-rc3-beta33)
|
||||
### Beta 33 Release Notes (2016-12-15 1.13.0-rc3-beta33)
|
||||
|
||||
>**Important Note:** Plugins installed using the experimental "managed plugins" feature in Docker 1.12 must be removed/uninstalled before upgrading.
|
||||
|
||||
|
@ -225,6 +225,36 @@ about both kinds of releases, and download stable and beta product installers at
|
|||
- Bugsnag reports should work again
|
||||
- Fixed a memory leak related to logs and Windows Containers
|
||||
|
||||
### Beta 32.1 Release Notes (2016-12-09 1.13.0-rc3-beta32.1)
|
||||
|
||||
>**Important Note:** Plugins installed using the experimental "managed plugins" feature in Docker 1.12 must be removed/uninstalled before upgrading.
|
||||
|
||||
**Hotfixes**
|
||||
|
||||
- Fix Hyper-V Windows Feature detection
|
||||
|
||||
**New**
|
||||
|
||||
- Windows containers settings panel
|
||||
- Windows containers: Restart from the settings panel
|
||||
- Windows containers: Factory default
|
||||
- Windows containers: Modify Daemon.json
|
||||
- Windows containers: Proxy settings can be modified
|
||||
- Support for arm, aarch64, ppc64le architectures using qemu
|
||||
|
||||
**Upgrades**
|
||||
|
||||
- Docker 1.13.0-rc3
|
||||
- Docker Machine 0.9.0-rc2
|
||||
- Linux Kernel 4.8.12
|
||||
|
||||
**Bug fixes and minor changes**
|
||||
|
||||
- Time drifts between Windows and Linux containers should disapear
|
||||
- VPNKit: Improved diagnostics
|
||||
- Improvements in drive sharing code
|
||||
- Removed the legacy "Disable oplocks" trick for enabling Windows Containers on older insider previews
|
||||
|
||||
### Beta 32 Release Notes (2016-12-07 1.13.0-rc3-beta32)
|
||||
|
||||
>**Important Note**:
|
||||
|
@ -256,8 +286,6 @@ dialogs](index.md#about-the-docker-windows-containers-specific-dialogs).)
|
|||
- Improvements in drive sharing code
|
||||
- Removed the legacy "Disable oplocks" trick for enabling Windows Containers on older insider previews
|
||||
|
||||
|
||||
|
||||
### Beta 31 Release Notes (2016-12-01 1.13.0-rc2-beta31)
|
||||
|
||||
**New**
|
||||
|
@ -832,9 +860,9 @@ This Beta release includes some significant changes:
|
|||
* Due to limitation in the Windows NAT implementation, co-existence with other NAT prefixes needs to be carefully managed. See [NAT Configuration](troubleshoot.md#nat-configuration) in [Troubleshooting](troubleshoot.md) for more details.
|
||||
|
||||
|
||||
### Beta 11b Hot Fix Release (2016-05-11 1.11.1-beta11b)
|
||||
### Beta 11b Release (2016-05-11 1.11.1-beta11b)
|
||||
|
||||
**Hot fixes**
|
||||
**Hotfixes**
|
||||
|
||||
* Fixed an issue with named pipe permissions that prevented Docker from starting
|
||||
|
||||
|
|
Loading…
Reference in New Issue