mirror of https://github.com/docker/docs.git
first draft d4mac, d4win Beta 33 docs
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
This commit is contained in:
parent
61228f5101
commit
abd941b6a4
Binary file not shown.
Before Width: | Height: | Size: 55 KiB After Width: | Height: | Size: 39 KiB |
|
@ -213,7 +213,7 @@ get faster performance by setting this number higher (for example to `3`) or
|
||||||
lower (to `1`) if you want Docker for Mac to use less memory.
|
lower (to `1`) if you want Docker for Mac to use less memory.
|
||||||
|
|
||||||
>**Tip: Beta dialogs** — Starting with Beta 31, CPUs and Memory settings
|
>**Tip: Beta dialogs** — Starting with Beta 31, CPUs and Memory settings
|
||||||
are on the Advanced dialog, as shown here.
|
are on the Advanced dialog. Starting with Beta 33, you can specify the storage location of the Linux volume. These settings are shown below.
|
||||||
>
|
>
|
||||||
>
|
starting at Beta 31](images/settings-advanced-beta.png)
|
||||||
|
|
|
@ -202,6 +202,28 @@ events or unexpected unmounts.
|
||||||
|
|
||||||
## Beta Release Notes
|
## Beta Release Notes
|
||||||
|
|
||||||
|
### Beta 33 Release Notes (2016-12-14 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.
|
||||||
|
|
||||||
|
**New**
|
||||||
|
|
||||||
|
- You can now edit filesharing paths
|
||||||
|
- Memory can be allocated with 256 MiB steps
|
||||||
|
- The storage location of the Linux volume can now be moved
|
||||||
|
- More explicit proxy settings
|
||||||
|
- Proxy can now be completly disabled
|
||||||
|
- You can switch daemon tabs without losing your settings
|
||||||
|
- You can't edit settings while docker is restarting
|
||||||
|
|
||||||
|
**Upgrades**
|
||||||
|
|
||||||
|
- Linux Kernel 4.8.14
|
||||||
|
|
||||||
|
**Bug fixes and minor improvements**
|
||||||
|
|
||||||
|
- Kernel boots with vsyscall=emulate arg and CONFIG_LEGACY_VSYSCALL is set to NONE in Moby
|
||||||
|
|
||||||
### Beta 32 Release Notes (2016-12-07 1.13.0-rc3-beta32)
|
### Beta 32 Release Notes (2016-12-07 1.13.0-rc3-beta32)
|
||||||
|
|
||||||
**New**
|
**New**
|
||||||
|
|
|
@ -208,6 +208,23 @@ about both kinds of releases, and download stable and beta product installers at
|
||||||
|
|
||||||
## Beta Release Notes
|
## Beta Release Notes
|
||||||
|
|
||||||
|
### Beta 33 Release Notes (2016-12-14 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.
|
||||||
|
|
||||||
|
**New**
|
||||||
|
|
||||||
|
- VHDX file containing images and non-host mounted volumes can be moved (using "advanced" tab in the UI)
|
||||||
|
|
||||||
|
**Upgrades**
|
||||||
|
|
||||||
|
- Linux Kernel 4.8.14
|
||||||
|
|
||||||
|
**Bug fixes and minor changes**
|
||||||
|
|
||||||
|
- Bugsnag reports should work again
|
||||||
|
- Fixed a memory leak related to logs and Windows Containers
|
||||||
|
|
||||||
### Beta 32 Release Notes (2016-12-07 1.13.0-rc3-beta32)
|
### Beta 32 Release Notes (2016-12-07 1.13.0-rc3-beta32)
|
||||||
|
|
||||||
>**Important Note**:
|
>**Important Note**:
|
||||||
|
|
Loading…
Reference in New Issue