Update edge-release-notes.md

editorial changes for consistency and readability
This commit is contained in:
L-Hudson 2018-12-05 10:09:56 -05:00 committed by GitHub
parent b6d616ac04
commit 0e435008ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 84 additions and 84 deletions

View File

@ -31,7 +31,7 @@ for Windows](install.md#download-docker-for-windows).
* Bug fixes and minor changes
- Windows Containers: Fix group daemon option settings. Fixes [docker/for-win#2647](https://github.com/docker/for-win/issues/2647)
- Windows Containers: Improve host.docker.internal ip resolution
- Do not try to update samba share mounts when using Windows Containers
- Do not try to update samba share mounts when using Windows containers
- Improved dns update too verbose in logs
- VPNKit: Improved scalability of port forwarding.
- VPNKit: Limit the size of the UDP NAT table. This ensures port forwarding and regular TCP traffic continue even when running very chatty UDP protocols.
@ -65,15 +65,15 @@ for Windows](install.md#download-docker-for-windows).
- [Docker 18.06.1-ce](https://github.com/docker/docker-ce/releases/tag/v18.06.1-ce)
* Bug fixes and minor changes
- Fix bug in VM activity detection, preventing Docker Desktop to start. Fixes [docker/for-win#2404](https://github.com/docker/for-win/issues/2404)
- Fix bug in detection when Windows service is not running, and propose to restart the service.
- Fix bug in virtual machine activity detection, preventing Docker Desktop from starting. Fixes [docker/for-win#2404](https://github.com/docker/for-win/issues/2404)
- Fix bug in detection when Windows service is not running, and proposes to restart the service.
- Fix local DNS failing to resolve inside containers. Fixes [docker/for-win#2301](https://github.com/docker/for-win/issues/2301), [docker/for-win#2304](https://github.com/docker/for-win/issues/2304)
- Fix Kubernetes status display after reset to factory default
- Fix bug where `host.docker.internal` is not resolved in some cases. Fixes [docker/for-win#2402](https://github.com/docker/for-win/issues/2402)
- Use a 1MB vhdx blocksize instead of the default 32MB. See [docker/for-win#244](https://github.com/docker/for-win/issues/244). Also see [Microsoft Best Practices for running Linux on Hyper-V](https://docs.microsoft.com/en-us/windows-server/virtualization/hyper-v/best-practices-for-running-linux-on-hyper-v)
- Fix diagnostics in specific cases when Windows service is not started.
- Changed back samba default file permission to avoid issue with too open rights. Fixes [docker/for-win#2170](https://github.com/docker/for-win/issues/2170)
- On RS5 insider, Fix wrong detection of missing feature "Containers" requiring to install feature + reboot.
- Changed samba default file permissions back to avoid issue with too-open rights. Fixes [docker/for-win#2170](https://github.com/docker/for-win/issues/2170)
- On RS5 insider, fix wrong detection of missing feature "Containers" requiring to install feature + reboot.
### Docker Community Edition 18.06.0-ce-win71 2018-07-27
@ -103,7 +103,7 @@ for Windows](install.md#download-docker-for-windows).
* Bug fixes and minor changes
- AUFS storage driver is deprecated in Docker Desktop and AUFS support will be removed in the next major release. You can continue with AUFS in Docker Desktop 18.06.x, but you will need to reset disk image (in Settings > Reset menu) before updating to the next major update. You can check documentation to [save images](https://docs.docker.com/engine/reference/commandline/save/#examples) and [backup volumes](https://docs.docker.com/storage/volumes/#backup-restore-or-migrate-data-volumes)
- Fix startup issue with aufs
- Fix startup issue with AUFS
- Fix status bug which could prevent the kubernetes cluster from starting.
- Fix bug which would cause VM logs to be written to RAM rather than disk in some cases, and the VM to hang.
- Fix security issue with named pipe connection to docker service.
@ -134,7 +134,7 @@ for Windows](install.md#download-docker-for-windows).
* Bug fixes and minor changes
- Fix restart issue when using Windows fast startup on latest 1709 Windows updates. Fixes [docker/for-win#1741](https://github.com/docker/for-win/issues/1741), [docker/for-win#1741](https://github.com/docker/for-win/issues/1741)
- DNS name `host.docker.internal` can be used for host resolution from Windows Containers. Fixes [docker/for-win#1976](https://github.com/docker/for-win/issues/1976)
- DNS name `host.docker.internal` can be used for host resolution from Windows containers. Fixes [docker/for-win#1976](https://github.com/docker/for-win/issues/1976)
- Fix broken link in diagnostics window.
### Docker Community Edition 18.05.0-ce-rc1-win63 2018-04-26
@ -147,7 +147,7 @@ for Windows](install.md#download-docker-for-windows).
* Bug fixes and minor changes
- Fix startup issue due to incompatibility with other programs (like Razer Synapse 3). Fixes [docker/for-win#1723](https://github.com/docker/for-win/issues/1723)
- Fix Kubernetes hostPath translation for Persistent Volume Claim. Previously failing PVCs must be deleted and recreated. Fixes [docker/for-win#1758](https://github.com/docker/for-win/issues/1758)
- Fix Kubernetes hostPath translation for PersistentVolumeClaim (PVC). Previously failing PVCs must be deleted and recreated. Fixes [docker/for-win#1758](https://github.com/docker/for-win/issues/1758)
- Fix Kubernetes status when resetting to factory defaults.
@ -208,7 +208,7 @@ for Windows](install.md#download-docker-for-windows).
* Bug fixes and minor changes
- Fix port Windows Containers port forwarding on windows 10 build 16299 post KB4074588. Fixes [docker/for-win#1707](https://github.com/docker/for-win/issues/1707), [docker/for-win#1737](https://github.com/docker/for-win/issues/1737)
- Fix for the HTTP/S transparent proxy when using "localhost" names (e.g. "host.docker.internal", "docker.for.win.host.internal", "docker.for.win.localhost").
- Fix for the HTTP/S transparent proxy when using "localhost" names (for example "host.docker.internal", "docker.for.win.host.internal", "docker.for.win.localhost").
- If Kubernetes is enabled, switch CLI orchestrator option back to "swarm" when switching to Windows Containers.
- Fix daemon not starting properly when setting TLS-related options.
@ -250,7 +250,7 @@ for Windows](install.md#download-docker-for-windows).
- [Kubernetes 1.9.2](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.9.md#v192). If you have Kubernetes enabled, the upgrade will be performed automatically when starting Docker for Windows.
* New
- VM disk size can be changed in settings. Fixes [docker/for-win#105](https://github.com/docker/for-win/issues/105)
- Virtual machine disk size can be changed in settings. Fixes [docker/for-win#105](https://github.com/docker/for-win/issues/105)
- New menu item to restart Docker.
* Bug fixes and minor changes
@ -263,12 +263,12 @@ for Windows](install.md#download-docker-for-windows).
* New
- Experimental Kubernetes Support. You can now run a single-node Kubernetes cluster from the "Kubernetes" Pane in Docker for Windows settings and use kubectl commands as well as docker commands. See https://docs.docker.com/docker-for-windows/kubernetes/
- LCOW containers can now be run next to Windows containers (on Windows RS3 build 16299 and later). Use `--platform=linux` in Windows container mode to run Linux Containers On Windows. Note that LCOW is still experimental, it requires daemon `experimental` option.
- LCOW containers can now be run next to Windows containers (on Windows RS3 build 16299 and later). Use `--platform=linux` in Windows container mode to run Linux Containers On Windows. Note that LCOW is still experimental, and requires daemon `experimental` option.
* Bug fixes and minor changes
- Better cleanup for Windows containers and images on reset/uninstall. Fixes [docker/for-win#1580](https://github.com/docker/for-win/issues/1580), [docker/for-win#1544](https://github.com/docker/for-win/issues/1544), [docker/for-win#191](https://github.com/docker/for-win/issues/191)
- Do not recreate Desktop icon on upgrade (effective on next upgrade). Fixes [docker/for-win#246](https://github.com/docker/for-win/issues/246), [docker/for-win#925](https://github.com/docker/for-win/issues/925), [docker/for-win#1551](https://github.com/docker/for-win/issues/1551)
- Fix proxy for docker.for.win.localhost & docker.for.win.host.internal. Fixes [docker/for-win#1130](https://github.com/docker/for-win/issues/1130)
- Fix proxy for docker.for.win.localhost and docker.for.win.host.internal. Fixes [docker/for-win#1130](https://github.com/docker/for-win/issues/1130)
### Docker Community Edition 18.01.0-ce-win48 2018-01-19
@ -299,8 +299,8 @@ for Windows](install.md#download-docker-for-windows).
* Bug fixes and minor changes
- Fix DNS "search domain" and "domain name" settings. See [docker/for-win#1437](https://github.com/docker/for-win/issues/1437).
- Fix Vpnkit issue when username has spaces. See [docker/for-win#1429](https://github.com/docker/for-win/issues/1429).
- Diagnostic improvements to get VM logs before VM shutdown.
- Fix VPNkit issue when username has spaces. See [docker/for-win#1429](https://github.com/docker/for-win/issues/1429).
- Diagnostic improvements to get virtual machine logs before virtual machine shutdown.
### Docker Community Edition 17.12.0-ce-rc3-win43 2017-12-15
@ -320,8 +320,8 @@ for Windows](install.md#download-docker-for-windows).
* Bug fixes and minor changes
- Fix a class of startup failures where the database fails to start, see [docker/for-win#498](https://github.com/docker/for-win/issues/498)
- Display various component versions in About box
- Better removal of LCOW images & containers when uninstalling Docker
- Links in Update changelog open the default browser instead of IE (fixes [docker/for-win#1311](https://github.com/docker/for-win/issues/1311))
- Better removal of LCOW images and containers when uninstalling Docker
- Links in update changelog open the default browser instead of IE (fixes [docker/for-win#1311](https://github.com/docker/for-win/issues/1311))
### Docker Community Edition 17.11.0-ce-win40 2017-11-22
@ -338,7 +338,7 @@ for Windows](install.md#download-docker-for-windows).
- Linux Kernel 4.9.60
* Bug fixes and minor changes
- Increased timeout for VM boot startup to 2 minutes.
- Increased timeout for virtual machine boot startup to 2 minutes.
### Docker Community Edition 17.11.0-ce-rc3-win38 2017-11-09
@ -366,7 +366,7 @@ for Windows](install.md#download-docker-for-windows).
- Add localhost port forwarder for Windows and LCOW Containers (thanks @simonferquel)
* Bug fixes and minor changes
- Fix centos:5 & centos:6 images not starting properly with LinuxKit VM (fixes [docker/for-win#1245](https://github.com/docker/for-win/issues/1245)).
- Fix centos:5 and centos:6 images not starting properly with LinuxKit virtual machine (fixes [docker/for-win#1245](https://github.com/docker/for-win/issues/1245)).
### Docker Community Edition 17.10.0-ce-win36 2017-10-24
@ -376,14 +376,14 @@ for Windows](install.md#download-docker-for-windows).
- [Docker compose 1.17.0-rc1](https://github.com/docker/compose/releases/tag/1.17.0-rc1)
* New
- VM entirely built with Linuxkit
- Virtual machine entirely built with Linuxkit
- Experimental support for Microsoft Linux Containers On Windows, on Windows 10 RS3.
### Docker Community Edition 17.09.0-ce-win34 2017-10-06
* Bug fixes
- Fix Docker For Windows unable to start in some cases : removed use of libgmp sometimes causing the vpnkit process to die.
- Fix Docker For Windows unable to start in some cases: removed use of libgmp sometimes causing the VPNkit process to die.
### Docker Community Edition 17.09.0-ce-win31 2017-09-29
@ -410,7 +410,7 @@ for Windows](install.md#download-docker-for-windows).
* Bug fixes and minor changes
- Kernel: Enable TASK_XACCT and TASK_IO_ACCOUNTING
- Rotate logs in the VM more often (docker/for-win#244)
- Vpnkit : do not block startup when ICMP permission is denied. (Fixes docker/for-win#1036, docker/for-win#1035, docker/for-win#1040)
- VPNkit: do not block startup when ICMP permission is denied. (Fixes docker/for-win#1036, docker/for-win#1035, docker/for-win#1040)
- Fix minor bug on update checks
### Docker Community Edition 17.09.0-ce-rc1-win28 2017-09-07
@ -421,7 +421,7 @@ for Windows](install.md#download-docker-for-windows).
- Linux Kernel 4.9.46
* New
- Add `Skip This version` button in update window
- Add `Skip this version` button in update window
* Bug fixes and minor changes
- VPNKit: change protocol to support error messages reported back from the server
@ -470,7 +470,7 @@ and was fixed on both.
**Bug fixes and minor changes**
- VPNKit: Improved the logging around the Unix domain socket connections
- VPNKit: Improved the logging around the UNIX domain socket connections
- VPNKit: Automatically trim whitespace from `int` or `bool` database keys
### Docker Community Edition 17.07.0-ce-rc2-win22 Release Notes (2017-08-11 17.06.0-win22)
@ -572,7 +572,7 @@ registry access (fixes [docker/for-win#569](https://github.com/docker/for-win/is
- Many processes that were running in admin mode are now running within the user identity
- Cloud federation command lines now opens in the user home directory
- Named pipes are now created with more constrained security descriptors to improve security
- Security fix : Users must be part of a specific group "docker-users" to run Docker for windows
- Security fix: Users must be part of a specific group "docker-users" to run Docker for Windows
### Docker Community Edition 17.0.5-win11 Release Notes (2017-05-12 17.05.0-ce-win11)
@ -594,10 +594,10 @@ registry access (fixes [docker/for-win#569](https://github.com/docker/for-win/is
**Bug fixes and minor changes**
- Reset to default / uninstall also reset docker cli settings and logout user from Docker Cloud and registries
- Detect a bitlocker policy preventing windows containers to work
- Fixed an issue on filesharing when explicitly disabled on vmswitch interface
- Fixed VM not starting when machine had very long name
- Reset to default / uninstall and also reset docker cli settings and logout user from Docker Cloud and registries
- Detected a bitlocker policy preventing windows containers from working
- Fixed an issue on filesharing when explicitly disabled on VMswitch interface
- Fixed virtual machine not starting when machine had very long name
- Fixed a bug where Windows daemon.json file was not written (fixes [docker/for-win#670](https://github.com/docker/for-win/issues/670))
### Docker Community Edition 17.0.5-win8 Release Notes (2017-04-13 17.05.0-ce-rc1-win8)
@ -720,7 +720,7 @@ registry access (fixes [docker/for-win#569](https://github.com/docker/for-win/is
- Fixed the Copyright in About Dialog
- VPNKit: Avoid diagnostics to capture too much data
- VPNKit: fix a source of occasional packet loss (truncation) on the virtual ethernet link
- Fix negotiation of TimeSync protocol version (via kernel update)
- Fix negotiation of TimeSync protocol version (through kernel update)
### Beta 39 Release Notes (2017-01-26 1.13.0-beta39)
@ -767,7 +767,7 @@ registry access (fixes [docker/for-win#569](https://github.com/docker/for-win/is
**Bug fixes and minor changes**
- You cannot edit settings while docker is restarting
- You cannot edit settings while Docker is restarting
- Support Copy/Paste in About box
- Auto update polling every 24h
- Kernel boots with vsyscall=emulate arg and CONFIG_LEGACY_VSYSCALL is set to NONE in Moby
@ -775,7 +775,7 @@ registry access (fixes [docker/for-win#569](https://github.com/docker/for-win/is
- If you opt-out of analytics, you're prompted for approval before a bug report is sent
- Fixed bug where search domain could be read as `DomainName`
- Dedicated preference pane for HTTP proxy settings.
- Dedicated preference pane for CPU & Memory computing resources.
- Dedicated preference pane for CPU and Memory computing resources.
- Privacy settings moved to the general preference pane.
- Fixed an issue where the preference pane disappeared when the welcome whale menu was closed.
- HyperKit: code cleanup and minor fixes
@ -925,7 +925,7 @@ dialogs](index.md#about-the-docker-windows-containers-specific-dialogs).)
- HTTP/HTTPS proxy settings are used by the Windows Container daemon to pull images
- TRIM support for disk (shrinks virtual disk)
- VM's time synchronization is forced after the host wakes from sleep mode
- Virtual machine's time synchronization is forced after the host wakes from sleep mode
**Upgrades**
@ -991,12 +991,12 @@ dialogs](index.md#about-the-docker-windows-containers-specific-dialogs).)
>
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
requires update `KB3192366` (soon to be released through Windows Update) to fully
work. Some insider builds may not work.
**New**
- Restore the VM's configuration when it was changed by the user
- Restore the virtual machine's configuration when it was changed by the user
- Overlay2 is now the default storage driver. After a factory reset overlay2 is automatically used
- Detect firewall configuration that might block the file sharing
- Send more GUI usage statistics to help us improve the product
@ -1027,7 +1027,7 @@ work. Some insider builds may not work.
>
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
requires update `KB3192366` (soon to be released through Windows Update) to fully
work. Some insider builds may not work.
**New**
@ -1049,9 +1049,9 @@ work. Some insider builds may not work.
- Fixed a password escaping regression
- Support writing large values to the database, especially for trusted CAs
- VpnKit is now restarted if it dies
- VPNKit is now restarted if it dies
- Make sure invalid "DockerNat" switches are not used
- Preserve the Powershell stacktraces
- Preserve the PowerShell stacktraces
- Write OS and Application versions at the top of each log file
### Beta 27 Release Notes (2016-09-28 1.12.2-rc1-beta27)
@ -1077,19 +1077,19 @@ work. Some insider builds may not work.
* Docker 1.12.2-rc1
* Docker Machine 0.8.2
* Docker Compose 1.8.1
* kernel 4.4.21
* aufs 20160912
* Kernel 4.4.21
* AUFS 20160912
**Bug fixes and minor changes**
* Improve the switching between Linux and Windows containers: better errors, more reliable, deal with more edge cases
* Kill lingering dockerd that users might have still around because they played with Windows Containers before
* Don't recreate the VM if only the DNS server is set
* Don't recreate the virtual machine if only the DNS server is set
* The uninstaller now kills the service if it failed to stop it properly
* Restart VpnKit and DataKit when the processes die
* VpnKit: impose a connection limit to avoid exhausting file descriptors
* VpnKit: handle UDP datagrams larger than 2035 bytes
* VpnKit: reduce the number of file descriptors consumed by DNS
* Restart VPNKit and DataKit when the processes die
* VPNKit: impose a connection limit to avoid exhausting file descriptors
* VPNKit: handle UDP datagrams larger than 2035 bytes
* VPNKit: reduce the number of file descriptors consumed by DNS
* Improve debug information
### Beta 26 Release Notes (2016-09-14 1.12.1-beta26)
@ -1115,7 +1115,7 @@ work. Some insider builds may not work.
**Upgrades**
* Linux kernel 4.4.20
* aufs 20160905
* AUFS 20160905
**Bug fixes and minor changes**
@ -1142,7 +1142,7 @@ work. Some insider builds may not work.
**Bug fixes and minor changes**
* Improved name servers discovery
* VpnKit supports search domains
* VPNKit supports search domains
* Set CIFS (common internet file system) version to 3.02
**Known issues**
@ -1166,7 +1166,7 @@ work. Some insider builds may not work.
* Docker 1.12.1
* Docker Machine 0.8.1
* Linux kernel 4.4.19
* aufs 20160822
* AUFS 20160822
**Bug fixes and minor changes**
@ -1198,7 +1198,7 @@ work. Some insider builds may not work.
* Docker 1.12.1-rc1
* Linux kernel 4.4.17
* aufs 20160808
* AUFS 20160808
**Bug fixes and minor changes**
@ -1206,12 +1206,12 @@ work. Some insider builds may not work.
* Automatically disable lingering net adapters that prevent Docker from starting or using the network
* Automatically delete duplicated MobyLinuxVMs on a `reset to factory defaults`
* Docker stops asking to import from toolbox after an upgrade
* Docker can now import from toolbox just after hyperV is activated
* Docker can now import from toolbox just after Hyper-V is activated
* Fixed Moby Diagnostics and Update Kernel
* Added more debug information to the diagnostics
* Sending anonymous statistics shouldn't hang anymore when Mixpanel is not available
* Improved the HyperV detection and activation mechanism
* VpnKit is now compiled with OCaml 4.03 rather than 4.02.3
* Improved the Hyper-V detection and activation mechanism
* VPNKit is now compiled with OCaml 4.03 rather than 4.02.3
* Support newlines in release notes
* Improved error message when docker daemon is not responding
* The configuration database is now stored in-memory
@ -1237,7 +1237,7 @@ Unreleased. See Beta 23 for changes.
**New**
* Docker for Windows is now available from 2 channels: **stable** and **beta**. New features and bug fixes go out first in auto-updates to users in the beta channel. Updates to the stable channel are much less frequent and happen in sync with major and minor releases of the Docker engine. Only features that are well-tested and ready for production are added to the stable channel releases. For downloads of both and more information, see the [Getting Started](index.md#download-docker-for-windows).
* Docker for Windows is now available from two channels: **stable** and **beta**. New features and bug fixes go out first in auto-updates to users in the beta channel. Updates to the stable channel are much less frequent and happen in sync with major and minor releases of the Docker engine. Only features that are well-tested and ready for production are added to the stable channel releases. For downloads of both and more information, see the [Getting Started](index.md#download-docker-for-windows).
* Removed the docker host name. Containers with exported ports are reachable via localhost.
@ -1322,8 +1322,8 @@ Unreleased. See Beta 23 for changes.
**Bug fixes and minor changes**
* The docker API proxy was failing to deal with 1.12 features (health check for, for example)
* When killing the VM process, ignore when the process is already stopped
* When stopping the VM, always stop the docker proxy
* When killing the virtual machine process, ignore when the process is already stopped
* When stopping the virtual machine, always stop the docker proxy
* Prevent the update windows from downloading the `.msi` into `C:\Program Files\Docker`
* All settings should be disabled when Docker is starting. (This regression was introduced in Beta 17)
* VPNKit: Improved scalability as number of network connections increases
@ -1367,16 +1367,16 @@ Unreleased. See Beta 23 for changes.
* Support users with spaces in their login
* Fix some cases where `dotnet restore` could hang
* Fixed `docker inspect` on an image
* Removed the console from hyper-v manager
* Removed the console from Hyper-V manager
* Improved diagnostic for VPN connection and addedlogs for the service port openers
* Improve Moby's boot sequence to adapt to longer boot time when swarm services are running
* Forcefully turn off a VM that won't shut down
* Forcefully turn off a virtual machine that won't shut down
* Clicking on a link from the changelog opens a browser
* Fix links to the documentation
* Fix the url to download Kitematic
* Renewed the signing certificates
* Fixed errors with the firewall and the network switch
* Fixed parsing errors in the Powershell script
* Fixed parsing errors in the PowerShell script
### Beta 16 Release (2016-06-17 1.12.0-rc2-beta16)
@ -1408,7 +1408,7 @@ Unreleased. See Beta 23 for changes.
**Upgrades**
* Docker 1.11.2
* Linux 4.4.12, aufs 20160530
* Linux 4.4.12, AUFS 20160530
**Bug fixes and minor changes**
@ -1428,11 +1428,11 @@ Unreleased. See Beta 23 for changes.
* Enabled configuration of the docker daemon (edit `config.json`)
* The VPN mode is enabled by default
* Removed DHCP for VM network configuration
* Removed DHCP for virtual machine network configuration
* User configurable NAT prefix and DNS server
* New feedback window to upload diagnostics dialog
* New status indicator in **Settings** window
* VM logs are uploaded with a crash report
* Virtual machine logs are uploaded with a crash report
* Animated welcome whale
**Bug fixes and minor changes**
@ -1465,11 +1465,11 @@ This Beta release includes some significant changes:
* Support Net adapters with a different name than "vEthernet (DockerNAT)"
* Sharing now has a better support for domain users
* Fixed Toolbox migration (was broken in Beta12)
* Enabling HyperV (was broken in Beta12)
* Enabling Hyper-V (was broken in Beta12)
* Fixed error message when invalid labels are passed to `docker run`
* Mixpanel no longer uses roaming App Data
* UI improvements
* Support was added for VMs with other IP addresses out of the `10.0.75.0/24` range
* Support was added for virtual machines with other IP addresses out of the `10.0.75.0/24` range
* Improved FAQ
**Known issues**
@ -1480,7 +1480,7 @@ This Beta release includes some significant changes:
**New**
* The application is now separated in two parts. A back-end service and a front-end GUI.The front-end GUI no longer asks for elevated access.
* The application is now separated in two parts. A back-end service and a front-end GUI. The front-end GUI no longer asks for elevated access.
**Bug fixes and minor changes**
@ -1504,7 +1504,7 @@ This Beta release includes some significant changes:
**New**
* The GUI now runs in non-elevated mode and connects to an elevated Windows service
* Allocate VM memory by 256 MB increments, instead of 1 GB
* Allocate virtual machine memory by 256 MB increments, instead of 1 GB
* Show a meaningful error when the user has an empty password
* Improved [Troubleshooting](troubleshoot.md) page
@ -1515,10 +1515,10 @@ This Beta release includes some significant changes:
**Bug fixes and minor changes**
* Report the VM's IP in `docker port`
* Report the virtual machine's IP in `docker port`
* Handle passwords with spaces
* Show a clear error message when trying to install on Home editions
* Slower whale animation in the System Tray
* Slower whale animation in the system tray
* Proxy is restarting itself when it crashes
* DHCP process handles exceptions gracefully
* Moby (Backend) fixes:
@ -1539,8 +1539,8 @@ This Beta release includes some significant changes:
**New**
* Improved Settings panel, allow to configure the VMs memory and CPUs
* Co-exist with multiple internal Hyper-V switches and improved DHCP handling
* Improved Settings panel, allows you to configure the virtual machines memory and CPUs
* Co-exists with multiple internal Hyper-V switches and improved DHCP handling
* Token validation is now done over HTTPS. This should fix issues with some firewalls and antivirus software.
**Upgrades**
@ -1579,7 +1579,7 @@ This Beta release includes some significant changes:
**Known issues**
* If multiple internal Hyper-V switches exist the Moby VM
* If multiple internal Hyper-V switches exist the Moby virtual machine
may not start correctly. We have identified the issue and
are working on a solution.
@ -1595,7 +1595,7 @@ are working on a solution.
* Better UI in the ShareDrive window
* The firewall alert dialog does not come up as often as previously
* Configured MobyLinux VM with a fixed memory of 2GB
* Configured MobyLinux virtual machine with a fixed memory of 2GB
* User password is no longer stored on the host-side KVP
* Uninstall shortcut is available in registry
@ -1662,19 +1662,19 @@ are working on a solution.
- Support roaming: DNS queries are forwarded to the host
- Improved startup times by running a DHCP server on the host
- New settings dialog design
- Support windows paths with -v
- Updated docker CLI and deamon to 1.11.0-rc3
- Support Windows paths with -v
- Updated Docker CLI and daemon to 1.11.0-rc3
- Updated docker-machine to 0.7.0-rc2
- Updated docker-compose to 1.7.0-rc1
- Now install docker-credential-wincred
- Allow non-root users in containers to create files on volume mounts
- Automatically install HyperV
- The application is now 64bits
- Automatically install Hyper-V
- The application is now 64 bits
- Improved wording in all dialog boxes and error messages
- Removed exit confirmation
- Show clickable URL in the Install HyperV message box
- Dashboard link to Kitematic (as on Mac)
- Moby Kernel updated to 4.4.6
- Moby kernel updated to 4.4.6
- The registry key was changed to HKLM\SOFTWARE\Docker Inc.\Docker\1.0
**Known issues**
@ -1683,11 +1683,11 @@ are working on a solution.
- Docker needs to open ports on the firewall, which can activate a firewall alert dialog. Users should allow the ports to be opened.
- The application was upgraded to 64 bits. The installation path changed to `C:\Program Files\Docker\Docker`. If users have Powershell/Cmd windows already open before the update, they might need to close them to catch the new PATH. In some cases, users need to log off and on again.
- The application was upgraded to 64 bits. The installation path changed to `C:\Program Files\Docker\Docker`. If users have PowerShell/Cmd windows already open before the update, they might need to close them to catch the new PATH. In some cases, users need to log off and on again.
**Bug Fixes**
- Kill VMs that cannot be shutdown properly
- Kill virtual machines that cannot be shut down properly
- Improved the diagnostic information sent with bugsnag reports
@ -1714,7 +1714,7 @@ are working on a solution.
* Remove debug console
* Open browser with hyper-v installation instructions
* Added Cloudfront for downloads from Europe
* Added CloudFront for downloads from Europe
* Capture qemu logs during toolbox upgrades
* Rename alpha distribution channel to beta
@ -1732,7 +1732,7 @@ are working on a solution.
- Display the third party licenses
- Display the license agreement
- The application refuses to start if Hyper-v is not enabled
- The application refuses to start if Hyper-V is not enabled
- Rename `console` to `debug console`
- Remove `machine` from notification
- Open the feedback forum
@ -1805,7 +1805,7 @@ are working on a solution.
**Security**
- retrieving Credentials from user
- retrieving credentials from user
**Filesystem**
@ -1821,15 +1821,15 @@ are working on a solution.
**Hypervision**
- hyper-v backed virtual machines
- boots moby in a few seconds
- Hyper-V-backed virtual machines
- boots Moby in a few seconds
- installs CLI in `PATH`
- proxies docker commands to moby
- proxies Docker commands to Moby
**Filesystem**
- mounts host filesystem to support `--volume`
- samba client with a hardcoded password
- Samba client with a hardcoded password
- allows live reload
**Networking**