d4mac, d4win stable 1.12.5 and beta 34 updates

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
This commit is contained in:
Victoria Bialas 2016-12-20 14:11:53 -08:00
parent 3db461c548
commit f82c8aa86e
11 changed files with 151 additions and 9 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 42 KiB

View File

@ -222,7 +222,7 @@ starting at Beta 31](images/settings-advanced-beta.png)
![Advanced Preference settings-advanced](images/settings-advanced.png)
#### Custom Registries
#### Custom registries
As an alternative to using [Docker Hub](https://hub.docker.com/) to store your
public or private images or [Docker Trusted
@ -262,7 +262,7 @@ Engine, the same as Stable Docker for Mac versions uses.
You can check whether you are running experimental mode or not by typing `docker
version` on the command line. Experimental mode is listed under `Server` data.
If `Experimental` is `true`, the Docker is running in experimental mode, as
If `Experimental` is `true`, then Docker is running in experimental mode, as
shown here. (If `false`, Experimental mode is off.)
```bash
@ -285,8 +285,8 @@ Server:
Experimental: true
```
You can use Docker to set up your own insecure
[registry](/registry/introduction/). For details on this, see [Custom
You can use Docker to set up your own
[registries](/registry/introduction/). For details on this, see [Custom
Registries](#custom-registries).
![Daemon](images/settings-advanced-experimental-beta.png)

View File

@ -17,6 +17,17 @@ Release notes for _stable_ and _beta_ releases are listed below. You can learn a
## Stable Release Notes
### Docker for Mac 1.12.5, 2016-12-20 (stable)
**Upgrades**
- Docker 1.12.5
- Docker Compose 1.9.0
### Skipped Docker for Mac 1.12.4 (stable)
We did not distribute a 1.12.4 stable release
### Docker for Mac 1.12.3, 2016-11-09 (stable)
**Upgrades**
@ -202,6 +213,28 @@ events or unexpected unmounts.
## Beta Release Notes
### Beta 34 Release Notes (2016-12-20 1.13.0-rc4-beta34)
>**Important Note:** Plugins installed using the experimental "managed plugins" feature in Docker 1.12 must be removed/uninstalled before upgrading.
**New**
- Change UI for path location and open finder
- Trim compact on reboot
- Use more DNS servers, respect order
**Upgrades**
- Docker 1.13.0-rc4
- Linux Kernel 4.8.15
**Bug fixes and minor improvements**
- New Daemon icon
- Support Copy/Paste in About box
- Fix advanced daemon check json changes
- Auto update polling every 24h
### Beta 33.1 Release Notes (2016-12-16 1.13.0-rc3-beta33.1)
>**Important Note:** Plugins installed using the experimental "managed plugins" feature in Docker 1.12 must be removed/uninstalled before upgrading.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 96 KiB

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 89 KiB

After

Width:  |  Height:  |  Size: 91 KiB

View File

@ -462,19 +462,98 @@ For a full list of options on the Docker daemon, see <a href="https://docs.docke
In that topic, see also:
* [Daemon configuration file](https://docs.docker.com/engine/reference/commandline/dockerd/daemon-configuration-file)
* [Daemon configuration file](https://docs.docker.com/engine/reference/commandline/dockerd/#/daemon-configuration-file)
* [Linux configuration file](https://docs.docker.com/engine/reference/commandline/dockerd/linux-configuration-file)
* [Linux configuration file](https://docs.docker.com/engine/reference/commandline/dockerd/#/linux-configuration-file)
* [Windows configuration file](https://docs.docker.com/engine/reference/commandline/dockerd/windows-configuration-file)
* [Windows configuration file](https://docs.docker.com/engine/reference/commandline/dockerd/#/windows-configuration-file)
Note that updating these settings requires a reconfiguration and reboot of the Linux VM.
#### Docker daemon basic and advanced (Beta features)
Starting with Beta 34, you can configure some **Basic** options on the daemon
with interactive settings, or switch to **Advanced** to edit the JSON directly.
Note that the settings offered on **Basic** dialog can be configured directly in
the JSON. This version just surfaces some of the commmon settings to make it
easier to configure them.
* [Experimental mode](#experimental-mode)
* [Custom registries](#custom-registries)
* [Edit the daemon configuration file](#edit-the-daemon-configuration-file)
![Docker Daemon](images/docker-daemon_basic.png)
##### Experimental mode
By default, Docker for Windows Beta releases use the experimental version of
Docker Engine, described in the [Docker Experimental Features
README](https://github.com/docker/docker/tree/master/experimental) on GitHub.
Starting with Beta 34, you can toggle **experimental mode** on and off via the
**Basic** Daemon settings. If you toggle it off, Docker for Windows Beta uses the
current generally available release of Docker Engine, the same as Stable Docker
for Windows versions uses.
You can check whether you are running experimental mode or not by typing `docker
version` in a PowerShell. Experimental mode is listed under `Server` data.
If `Experimental` is `true`, then Docker is running in experimental mode, as
shown here. (If `false`, Experimental mode is off.)
```bash
PS C:\Users\Vicky> docker version
Client:
Version: 1.13.0-rc4
API version: 1.25
Go version: go1.7.3
Git commit: 88862e7
Built: Sat Dec 17 01:34:17 2016
OS/Arch: windows/amd64
Server:
Version: 1.13.0-rc4
API version: 1.25 (minimum version 1.12)
Go version: go1.7.3
Git commit: 88862e7
Built: Sat Dec 17 01:34:17 2016
OS/Arch: linux/amd64
Experimental: true
```
##### Custom registries
Also starting with with Beta 34, you can set up your own
[registries](/registry/introduction/) on the **Basic** Daemon settings.
As an alternative to using [Docker Hub](https://hub.docker.com/) to store your
public or private images or [Docker Trusted
Registry](/docker-trusted-registry/overview/), you can use Docker to set up your
own insecure [registry](/registry/introduction/). Add URLs for insecure
registries and registry mirrors on which to host your images. (See also, [How do
I add custom CA certificates?](faqs.md#how-do-i-add-custom-ca-certificates) in
the FAQs.)
##### Edit the daemon configuration file
The **Advanced** daemon settings provide the original option to directly edit
the JSON configuration file for the <a
href="https://docs.docker.com/engine/reference/commandline/dockerd/"
target="_blank">daemon</a>. (This is the only option currently available on stable releases, as described in [Docker daemon](#docker-daemon).)
![Docker Daemon](images/docker-daemon_advanced.png)
Note that updating these settings requires a reconfiguration and reboot of the
Linux VM.
### Switch between Windows and Linux containers (Beta feature)
Starting with Beta 26, you can select which daemon (Linux or Windows) the Docker CLI talks to. Select **Switch to Windows containers** to toggle to Windows containers. Select **Switch to Linux containers**.
Starting with Beta 26, you can select which daemon (Linux or Windows) the Docker
CLI talks to. Select **Switch to Windows containers** to toggle to Windows
containers. Select **Switch to Linux containers**.
Microsoft Developer Network has preliminary/draft information on Windows containers [here](https://msdn.microsoft.com/en-us/virtualization/windowscontainers/about/about_overview).
Microsoft Developer Network has preliminary/draft information on Windows
containers
[here](https://msdn.microsoft.com/en-us/virtualization/windowscontainers/about/about_overview).
This feature is not yet available on stable builds.

View File

@ -22,6 +22,17 @@ about both kinds of releases, and download stable and beta product installers at
## Stable Release Notes
### Docker for Windows 1.12.5, 2016-12-20 (stable)
**Upgrades**
- Docker 1.12.5
- Docker Compose 1.9.0
### Skipped Docker for Windows 1.12.4 (stable)
We did not distribute a 1.12.4 stable release
### Docker for Windows 1.12.3, 2016-11-09 (stable)
**New**
@ -208,6 +219,25 @@ about both kinds of releases, and download stable and beta product installers at
## Beta Release Notes
### Beta 34 Release Notes (2016-12-20 1.13.0-rc4-beta34)
**New**
- Basic UI for Daemon.json editing
**Upgrades**
- Docker 1.13.0-rc4
- Linux Kernel 4.8.15
**Bug fixes and minor changes**
- Improved Proxy UI
- Better diagnostics of Windows containers
- Default Experimental/Debug flags are now set on beta for Windows Containers
- Windows Containers Reset to default script improvements
- About Box is now Copy/Paste enabled
### 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.