mirror of https://github.com/docker/docs.git
Merge pull request #882 from londoncalling/d4mac-win-beta33
first draft d4mac, d4win Beta 33 docs
This commit is contained in:
commit
f0bc9da655
Binary file not shown.
|
Before Width: | Height: | Size: 55 KiB After Width: | Height: | Size: 39 KiB |
|
|
@ -37,7 +37,7 @@ For more about stable and beta channels, see the
|
||||||
<tr valign="top">
|
<tr valign="top">
|
||||||
<td width="50%">This installer is fully baked and tested, and comes with the latest GA version of Docker Engine. <br><br>This is the best channel to use if you want a reliable platform to work with. <br><br>These releases follow a version schedule with a longer lead time than the betas, synched with Docker Engine releases and hotfixes.
|
<td width="50%">This installer is fully baked and tested, and comes with the latest GA version of Docker Engine. <br><br>This is the best channel to use if you want a reliable platform to work with. <br><br>These releases follow a version schedule with a longer lead time than the betas, synched with Docker Engine releases and hotfixes.
|
||||||
</td>
|
</td>
|
||||||
<td width="50%">This installer offers cutting edge features and comes with the experimental version of Docker Engine, which is described in the <a href="https://github.com/docker/docker/tree/master/experimental" target="_blank">Docker Experimental Features README</a> on GitHub.<br><br>This is the best channel to use if you want to experiment with features we are working on as they become available, and can weather some instability and bugs. This channel is a continuation of the beta program, where you can provide feedback as the apps evolve. Releases are typically more frequent than for stable, often one or more per month.</td>
|
<td width="50%">This installer offers cutting edge features and comes with the experimental version of Docker Engine, which is described in the [Docker Experimental Features README](https://github.com/docker/docker/tree/master/experimental) on GitHub.<br><br>This is the best channel to use if you want to experiment with features we are working on as they become available, and can weather some instability and bugs. This channel is a continuation of the beta program, where you can provide feedback as the apps evolve. Releases are typically more frequent than for stable, often one or more per month.</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr valign="top">
|
<tr valign="top">
|
||||||
<td width="50%">
|
<td width="50%">
|
||||||
|
|
@ -72,7 +72,7 @@ For more about stable and beta channels, see the
|
||||||
<p />
|
<p />
|
||||||
* **System Requirements**: Docker for Mac will launch only if all of these requirements are met.
|
* **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.
|
- 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.
|
||||||
|
|
||||||
|
|
@ -212,8 +212,8 @@ the total available memory on your Mac. You can increase the RAM on the app to
|
||||||
get faster performance by setting this number higher (for example to `3`) or
|
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; i.e., where containers and images are stored. These settings are shown below.
|
||||||
>
|
>
|
||||||
>
|
starting at Beta 31](images/settings-advanced-beta.png)
|
||||||
|
|
@ -255,9 +255,7 @@ own **Daemon** tab, including basic and advanced options.
|
||||||
#### Daemon Basic (experimental mode and registries)
|
#### Daemon Basic (experimental mode and registries)
|
||||||
|
|
||||||
By default, Docker for Mac Beta releases use the experimental version of Docker
|
By default, Docker for Mac Beta releases use the experimental version of Docker
|
||||||
Engine, described in the <a
|
Engine, described in the [Docker Experimental Features README](https://github.com/docker/docker/tree/master/experimental) on GitHub. Starting with
|
||||||
href="https://github.com/docker/docker/tree/master/experimental"
|
|
||||||
target="_blank">Docker Experimental Features README</a> on GitHub. Starting with
|
|
||||||
Beta 31, you can toggle **experimental mode** on and off. If you toggle it off,
|
Beta 31, you can toggle **experimental mode** on and off. If you toggle it off,
|
||||||
Docker for Mac Beta uses the current generally available release of Docker
|
Docker for Mac Beta uses the current generally available release of Docker
|
||||||
Engine, the same as Stable Docker for Mac versions uses.
|
Engine, the same as Stable Docker for Mac versions uses.
|
||||||
|
|
|
||||||
|
|
@ -202,6 +202,28 @@ events or unexpected unmounts.
|
||||||
|
|
||||||
## Beta Release Notes
|
## Beta Release Notes
|
||||||
|
|
||||||
|
### 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.
|
||||||
|
|
||||||
|
**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**
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@ If you have not already done so, please install Docker for Windows. You can down
|
||||||
<tr valign="top">
|
<tr valign="top">
|
||||||
<td width="50%">This installer is fully baked and tested, and comes with the latest GA version of Docker Engine. <br><br>This is the best channel to use if you want a reliable platform to work with. <br><br>These releases follow a version schedule with a longer lead time than the betas, synched with Docker Engine releases and hotfixes.
|
<td width="50%">This installer is fully baked and tested, and comes with the latest GA version of Docker Engine. <br><br>This is the best channel to use if you want a reliable platform to work with. <br><br>These releases follow a version schedule with a longer lead time than the betas, synched with Docker Engine releases and hotfixes.
|
||||||
</td>
|
</td>
|
||||||
<td width="50%">This installer offers cutting edge features and comes with the experimental version of Docker Engine, which is described in the <a href="https://github.com/docker/docker/tree/master/experimental" target="_blank">Docker Experimental Features README</a> on GitHub.<br><br>This is the best channel to use if you want to experiment with features we are working on as they become available, and can weather some instability and bugs. This channel is a continuation of the beta program, where you can provide feedback as the apps evolve. Releases are typically more frequent than for stable, often one or more per month.</td>
|
<td width="50%">This installer offers cutting edge features and comes with the experimental version of Docker Engine, which is described in the [Docker Experimental Features README](https://github.com/docker/docker/tree/master/experimental) on GitHub.<br><br>This is the best channel to use if you want to experiment with features we are working on as they become available, and can weather some instability and bugs. This channel is a continuation of the beta program, where you can provide feedback as the apps evolve. Releases are typically more frequent than for stable, often one or more per month.</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr valign="top">
|
<tr valign="top">
|
||||||
<td width="50%">
|
<td width="50%">
|
||||||
|
|
|
||||||
|
|
@ -208,6 +208,53 @@ 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-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.
|
||||||
|
|
||||||
|
**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.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)
|
### Beta 32 Release Notes (2016-12-07 1.13.0-rc3-beta32)
|
||||||
|
|
||||||
>**Important Note**:
|
>**Important Note**:
|
||||||
|
|
@ -239,8 +286,6 @@ dialogs](index.md#about-the-docker-windows-containers-specific-dialogs).)
|
||||||
- Improvements in drive sharing code
|
- Improvements in drive sharing code
|
||||||
- Removed the legacy "Disable oplocks" trick for enabling Windows Containers on older insider previews
|
- 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)
|
### Beta 31 Release Notes (2016-12-01 1.13.0-rc2-beta31)
|
||||||
|
|
||||||
**New**
|
**New**
|
||||||
|
|
@ -815,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.
|
* 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
|
* Fixed an issue with named pipe permissions that prevented Docker from starting
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -362,21 +362,6 @@ Alternatively, you can use a different NAT name and NAT prefix and adjust the NA
|
||||||
|
|
||||||
>**Note**: You also need to adjust your existing VMs to use IP addresses from within the new NAT prefix.
|
>**Note**: You also need to adjust your existing VMs to use IP addresses from within the new NAT prefix.
|
||||||
|
|
||||||
|
|
||||||
### Host filesystem Sharing
|
|
||||||
|
|
||||||
The Linux VM used for Docker for Windows uses SMB/CIFS mounting of the host filesystem. In order to use this feature you must explicitly enable it via the `Settings` menu. You will get prompted for your Username and Password.
|
|
||||||
|
|
||||||
Unfortunately, this setup does not support passwords which contain Unicode characters, so your password must be 8-bit ASCII only.
|
|
||||||
|
|
||||||
The setup also does not support empty password, so you should set a password if you want to use the host filesystem sharing feature. Beta 11 and newer of Docker for Windows will display a warning, but versions earlier will not.
|
|
||||||
|
|
||||||
Note, releases of Docker for Windows prior to Beta 11 also did not support spaces in the password and username, but this has been fixed with Beta 11.
|
|
||||||
|
|
||||||
Please make sure that "File and printer sharing" is enabled in `Control Panel\Network and Internet\Network and Sharing Center\Advanced sharing settings`.
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
## Workarounds
|
## Workarounds
|
||||||
|
|
||||||
### `inotify` currently does not work on Docker for Windows
|
### `inotify` currently does not work on Docker for Windows
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue