Updated edge-release-notes (Windows)

Minor edits
This commit is contained in:
Usha Mandya 2019-05-02 13:15:16 +01:00 committed by GitHub
parent e559efba50
commit 84ce47c284
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 7 deletions

View File

@ -29,19 +29,22 @@ for Mac](install.md#download-docker-for-mac).
- [Kubernetes 1.14.1](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.14.md#changelog-since-v1141)
* New
- App: Docker CLI Plugin to configure, share and install applications
- App: Docker CLI plugin to configure, share, and install applications
- Extend Compose files with metadata and parameters
- Re-use same application across multiple environments (Development/QA/Staging/Production)
- Multi orchestrator installation (Swarm or Kubernetes)
- Push/Pull/Promotion/Signing supported for application, with same workflow as images
- Reuse the same application across multiple environments (Development/QA/Staging/Production)
- Multi-orchestrator installation (Swarm or Kubernetes)
- Push/Pull/Promotion/Signing supported for application, with the same workflow as images
- Fully CNAB compliant
- Full support of Docker Contexts
- Full support for Docker Contexts
- Buildx (Tech Preview): Docker CLI plugin for extended build capabilities with BuildKit
- Familiar UI from docker build
- Full BuildKit capabilities with container driver
- Multiple builder instance support
- Multi-node builds for cross-platform images (out-of-the-box support for linux/arm/v7 & linux/arm64)
- Parallel building of compose files
- Multi-node builds for cross-platform images (out-of-the-box support for linux/arm/v7 and linux/arm64)
- Parallel building of Compose files
- High-level build constructs with `bake`
* Bug fixes and minor changes