mirror of https://github.com/docker/docs.git
parent
e559efba50
commit
84ce47c284
|
|
@ -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)
|
- [Kubernetes 1.14.1](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.14.md#changelog-since-v1141)
|
||||||
|
|
||||||
* New
|
* 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
|
- Extend Compose files with metadata and parameters
|
||||||
- Re-use same application across multiple environments (Development/QA/Staging/Production)
|
- Reuse the same application across multiple environments (Development/QA/Staging/Production)
|
||||||
- Multi orchestrator installation (Swarm or Kubernetes)
|
- Multi-orchestrator installation (Swarm or Kubernetes)
|
||||||
- Push/Pull/Promotion/Signing supported for application, with same workflow as images
|
- Push/Pull/Promotion/Signing supported for application, with the same workflow as images
|
||||||
- Fully CNAB compliant
|
- 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
|
- Buildx (Tech Preview): Docker CLI plugin for extended build capabilities with BuildKit
|
||||||
|
|
||||||
- Familiar UI from docker build
|
- Familiar UI from docker build
|
||||||
- Full BuildKit capabilities with container driver
|
- Full BuildKit capabilities with container driver
|
||||||
- Multiple builder instance support
|
- Multiple builder instance support
|
||||||
- Multi-node builds for cross-platform images (out-of-the-box support for linux/arm/v7 & linux/arm64)
|
- Multi-node builds for cross-platform images (out-of-the-box support for linux/arm/v7 and linux/arm64)
|
||||||
- Parallel building of compose files
|
- Parallel building of Compose files
|
||||||
- High-level build constructs with `bake`
|
- High-level build constructs with `bake`
|
||||||
|
|
||||||
* Bug fixes and minor changes
|
* Bug fixes and minor changes
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue