mirror of https://github.com/docker/docs.git
commit
0b00bfb067
|
@ -1596,17 +1596,17 @@ manuals:
|
|||
path: /ee/get-support/
|
||||
- sectiontitle: Docker Cluster
|
||||
section:
|
||||
- path: /cluster/
|
||||
- path: /ee/cluster/
|
||||
title: Overview
|
||||
- path: /cluster/release-notes/
|
||||
- path: /ee/cluster/release-notes/
|
||||
title: Release notes
|
||||
- path: /cluster/aws/
|
||||
- path: /ee/cluster/aws/
|
||||
title: Docker Cluster on AWS
|
||||
- path: /cluster/azure/
|
||||
- path: /ee/cluster/azure/
|
||||
title: Docker Cluster on Azure
|
||||
- path: /cluster/cluster-file/
|
||||
- path: /ee/cluster/cluster-file/
|
||||
title: Cluster file structure
|
||||
- path: /cluster/reference/envvars/
|
||||
- path: /ee/cluster/reference/envvars/
|
||||
title: Environment variables
|
||||
- sectiontitle: Docker Engine - Enterprise
|
||||
section:
|
||||
|
|
|
@ -391,4 +391,4 @@ All provisioned resources are destroyed and the context for the cluster is remov
|
|||
|
||||
- View the quick start guide for [Azure](azure.md) or [vSphere](vsphere.md)
|
||||
- [Explore the full list of Cluster commands](/engine/reference/commandline/cluster/)
|
||||
- [Cluster configuration file reference](./cluster-file.md)
|
||||
- [Cluster configuration file reference](/ee/cluster-file.md)
|
|
@ -403,4 +403,4 @@ When the cluster has reached end-of-life, run `docker cluster rm quickstart`
|
|||
## Where to go next
|
||||
|
||||
- [Explore the full list of Cluster commands](./reference/index.md)
|
||||
- [Cluster configuration file reference](./cluster-file/index.md)
|
||||
- [Cluster configuration file reference](/ee/cluster-file/index.md)
|
Before Width: | Height: | Size: 91 KiB After Width: | Height: | Size: 91 KiB |
|
@ -74,5 +74,5 @@ docker container rm dci
|
|||
|
||||
- [Get started with Docker Cluster on AWS](aws.md)
|
||||
- [Command line reference](/engine/reference/commandline/cluster/)
|
||||
- [Cluster file reference](./cluster-file.md)
|
||||
- [Cluster file reference](/ee/cluster-file.md)
|
||||
|
|
@ -1,54 +1,54 @@
|
|||
---
|
||||
title: Docker Cluster release notes
|
||||
description: Learn about the new features, bug fixes, and breaking changes for Docker Cluster.
|
||||
keywords: cluster, whats new, release notes
|
||||
---
|
||||
|
||||
>{% include enterprise_label_shortform.md %}
|
||||
|
||||
This page provides information about Docker Cluster versions.
|
||||
|
||||
# Version 1
|
||||
|
||||
|
||||
## 1.2.0
|
||||
(2019-10-8)
|
||||
|
||||
### Features
|
||||
|
||||
- Added new env variable type which allows users to supply cluster variable values as an environment variable (DCIS-509)
|
||||
|
||||
### Fixes
|
||||
|
||||
- Fixed an issue where errors in the cluster commands would return exit code of 0 (DCIS-508)
|
||||
|
||||
- New error message displayed when a docker login is required:
|
||||
```Checking for licenses on Docker Hub
|
||||
Error: no Hub login info found; please run 'docker login' first
|
||||
```
|
||||
|
||||
## Version 1.1.0
|
||||
(2019-09-03)
|
||||
|
||||
### What's new
|
||||
|
||||
* Support for Azure cloud provider
|
||||
* Support for RHEL 8 operating system
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* Container file permissions on linux (DCIS-346)
|
||||
* License check failure with non-Docker subscriptions (DCIS-465)
|
||||
|
||||
## Version 1.0.1
|
||||
(2019-07-19)
|
||||
|
||||
### What's new
|
||||
|
||||
* Support for SLES 12.4
|
||||
* Support for Windows Server 2016
|
||||
|
||||
## Version 1.0
|
||||
(2019-06-25)
|
||||
|
||||
First major release.
|
||||
---
|
||||
title: Docker Cluster release notes
|
||||
description: Learn about the new features, bug fixes, and breaking changes for Docker Cluster.
|
||||
keywords: cluster, whats new, release notes
|
||||
---
|
||||
|
||||
>{% include enterprise_label_shortform.md %}
|
||||
|
||||
This page provides information about Docker Cluster versions.
|
||||
|
||||
# Version 1
|
||||
|
||||
|
||||
## 1.2.0
|
||||
(2019-10-8)
|
||||
|
||||
### Features
|
||||
|
||||
- Added new env variable type which allows users to supply cluster variable values as an environment variable (DCIS-509)
|
||||
|
||||
### Fixes
|
||||
|
||||
- Fixed an issue where errors in the cluster commands would return exit code of 0 (DCIS-508)
|
||||
|
||||
- New error message displayed when a docker login is required:
|
||||
```Checking for licenses on Docker Hub
|
||||
Error: no Hub login info found; please run 'docker login' first
|
||||
```
|
||||
|
||||
## Version 1.1.0
|
||||
(2019-09-03)
|
||||
|
||||
### What's new
|
||||
|
||||
* Support for Azure cloud provider
|
||||
* Support for RHEL 8 operating system
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* Container file permissions on linux (DCIS-346)
|
||||
* License check failure with non-Docker subscriptions (DCIS-465)
|
||||
|
||||
## Version 1.0.1
|
||||
(2019-07-19)
|
||||
|
||||
### What's new
|
||||
|
||||
* Support for SLES 12.4
|
||||
* Support for Windows Server 2016
|
||||
|
||||
## Version 1.0
|
||||
(2019-06-25)
|
||||
|
||||
First major release.
|
Loading…
Reference in New Issue