mirror of https://github.com/docker/docs.git
Merge pull request #245 from londoncalling/d4mac-win-beta29
added beta 29 relnotes placeholders, info for issues re: virtualizati…
This commit is contained in:
commit
ebf10426f2
|
@ -145,6 +145,20 @@ events or unexpected unmounts.
|
|||
|
||||
## Beta Release Notes
|
||||
|
||||
### Beta 29 Release Notes (2016-10-22 1.12.2-rc3-beta29)
|
||||
|
||||
**New**
|
||||
|
||||
TBD
|
||||
|
||||
**Upgrades**
|
||||
|
||||
TBD
|
||||
|
||||
**Bug fixes and minor changes**
|
||||
|
||||
TBD
|
||||
|
||||
### Beta 28 Release Notes (2016-10-13 1.12.2-rc3-beta28)
|
||||
|
||||
**Upgrades**
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 37 KiB |
|
@ -69,6 +69,8 @@ If you have not already done so, please install Docker for Windows. You can down
|
|||
|
||||
>**Note**: If your system does not satisfy these requirements, you can install [Docker Toolbox](/toolbox/overview.md), which uses Oracle Virtual Box instead of Hyper-V.
|
||||
|
||||
* Virtualization must be enabled. Typically, virtualization is enabled by default. (Note that this is different from having Hyper-V enabled.) For more detail see [Virtualization must be enabled](troubleshoot.md#virtualization-must-be-enabled) in Troubleshooting.
|
||||
|
||||
* **What the install includes**: The installation provides [Docker Engine](https://docs.docker.com/engine/userguide/intro/), Docker CLI client, [Docker Compose](https://docs.docker.com/compose/overview/), and [Docker Machine](https://docs.docker.com/machine/overview/).
|
||||
|
||||
## Step 1. Install Docker for Windows
|
||||
|
@ -368,6 +370,16 @@ This feature is not yet available on stable builds.
|
|||
|
||||
See also [Shared Drives](#shared-drives)
|
||||
|
||||
#### Getting started with Windows containers (Beta feature)
|
||||
|
||||
If you are interested in working with Windows containers, here are some guides to help you get started.
|
||||
|
||||
* [Build and Run Your First Windows Server Container (Blog Post)](https://blog.docker.com/2016/09/build-your-first-docker-windows-server-container/) gives a quick tour of how to build and run native Docker Windows containers on Windows 10 and Windows Server 2016 evaluation releases.
|
||||
|
||||
* [Getting Started with Windows Containers (Lab)](https://github.com/docker/labs/tree/master/windows/windows-containers) shows you how to use the [MusicStore](https://github.com/aspnet/MusicStore/blob/dev/README.md) application with Windows containers. The MusicStore is a standard .NET application and, [forked here to use containers](https://github.com/friism/MusicStore), is a good example of a multi-container application.
|
||||
|
||||
>**Disclaimer:** This lab is still in work, and is based off of the blog, but you can test and leverage the example walkthroughs now, if you want to start experimenting. Please checking back as the lab evolves.
|
||||
|
||||
### Diagnose and Feedback
|
||||
|
||||
If you encounter problems for which you do not find solutions in this documentation, searching [Docker for Windows issues on GitHub](https://github.com/docker/for-win/issues) already filed by other users, or on the [Docker for Windows forum](https://forums.docker.com/c/docker-for-windows), we can help you troubleshoot the log data.
|
||||
|
|
|
@ -132,6 +132,33 @@ Release notes for _stable_ and _beta_ releases are listed below. You can learn a
|
|||
|
||||
## Beta Release Notes
|
||||
|
||||
### Beta 29 Release Notes (2016-10-22 1.12.2-rc3-beta29)
|
||||
|
||||
>**Important Note**:
|
||||
>
|
||||
> The auto-update function in Beta 21 will not be able to install this update. To install the latest beta manually if you are still on Beta 21, please download the installer here:
|
||||
|
||||
> [https://download.docker.com/win/beta/InstallDocker.msi](https://download.docker.com/win/beta/InstallDocker.msi)
|
||||
|
||||
> This problem is fixed as of Beta 23 for subsequent auto-updates.
|
||||
>
|
||||
Windows Container support relies on the Windows 10 container feature, which is
|
||||
**experimental** at this point. Windows 10 Pro (1607, build number 14393)
|
||||
requires update `KB3192366` (soon to be released via Windows Update) to fully
|
||||
work. Some insider builds may not work.
|
||||
|
||||
**New**
|
||||
|
||||
TBD
|
||||
|
||||
**Upgrades**
|
||||
|
||||
TBD
|
||||
|
||||
**Bug fixes and minor changes**
|
||||
|
||||
TBD
|
||||
|
||||
### Beta 28 Release Notes (2016-10-13 1.12.2-rc3-beta28)
|
||||
|
||||
>**Important Note**:
|
||||
|
|
|
@ -22,7 +22,7 @@ Here is information about how to diagnose and troubleshoot problems, send logs a
|
|||
|
||||
## Submitting diagnostics, feedback, and GitHub issues
|
||||
|
||||
If you encounter problems for which you do not find solutions in this documentation, on [Docker for Windows issues on GitHub](https://github.com/docker/for-win/issues), or the [Docker for Windows forum](https://forums.docker.com/c/docker-for-windows), we can help you troubleshoot the log data. See [Diagnose and Feedback](index.md#diagnose-and-feedback) to learn about diagnostics and how to create new issues on GitHub.
|
||||
If you encounter problems for which you do not find solutions in this documentation, on [Docker for Windows issues on GitHub](https://github.com/docker/for-win/issues), or the [Docker for Windows forum](https://forums.docker.com/c/docker-for-windows), we can help you troubleshoot the log data. See [Diagnose and Feedback](index.md#diagnose-and-feedback) to learn about diagnostics and how to create new issues on GitHub.
|
||||
|
||||
## Checking the Logs
|
||||
|
||||
|
@ -160,7 +160,22 @@ To fix existing containers, follow these steps.
|
|||
```
|
||||
|
||||
### Hyper-V
|
||||
Docker for Windows requires a Hyper-V as well as the Hyper-V Module for Windows Powershell to be installed and enabled. See [these instructions](https://msdn.microsoft.com/en-us/virtualization/hyperv_on_windows/quick_start/walkthrough_install) to install Hyper-V manually. A reboot is *required*. If you install Hyper-V without the reboot, Docker for Windows will not work correctly. On some systems, Virtualization needs to be enabled in the BIOS. The steps to do so are Vendor specific, but typically the BIOS option is called `Virtualization Technology (VTx)` or similar.
|
||||
|
||||
Docker for Windows requires a Hyper-V as well as the Hyper-V Module for Windows Powershell to be installed and enabled. The Docker for Windows installer will enable it for you.
|
||||
|
||||
See [these instructions](https://msdn.microsoft.com/en-us/virtualization/hyperv_on_windows/quick_start/walkthrough_install) to install Hyper-V manually. A reboot is *required*. If you install Hyper-V without the reboot, Docker for Windows will not work correctly. On some systems, Virtualization needs to be enabled in the BIOS. The steps to do so are Vendor specific, but typically the BIOS option is called `Virtualization Technology (VTx)` or similar.
|
||||
|
||||
### Virtualization must be enabled
|
||||
|
||||
In addition to [Hyper-V](#hyper-v), virtualization must be enabled.
|
||||
|
||||
If, at some point, if you manually uninstall Hyper-V or disable virtualization, Docker for Windows will not start.
|
||||
|
||||
Verify that virtualization is enabled on Task Manager.
|
||||
|
||||

|
||||
|
||||
See also, the user reported issue [Unable to run Docker for Windows on Windows 10 Enterprise](https://github.com/docker/for-win/issues/74)
|
||||
|
||||
### Networking issues
|
||||
|
||||
|
|
Loading…
Reference in New Issue