Docker for windows edge relnotes 18.02.0-ce-rc1-win50 (#5833)

Signed-off-by: Jenkins-pr-release-docs <guillaume.tardif@docker.com>
This commit is contained in:
gtardif 2018-01-26 18:04:50 +01:00 committed by Misty Stanley-Jones
parent 0309ec51a8
commit 96ac063697
1 changed files with 14 additions and 0 deletions

View File

@ -477,6 +477,20 @@ We did not distribute a 1.12.4 stable release
## Edge Release Notes
### Docker Community Edition 18.02.0-ce-rc1-win50 2018-01-26 (Edge)
* Upgrades
- [Docker 18.02.0-ce-rc1](https://github.com/docker/docker-ce/releases/tag/v18.02.0-ce-rc1)
* 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.
* 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)
### Docker Community Edition 18.01.0-ce-win48 2018-01-19 (Edge)
* Upgrades