mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
Add release notes for cs-engine 1.12.6-cs8 (#1563)
* Add release notes for cs-engine 1.12.6-cs8 Signed-off-by: Brian Goff <cpuguy83@gmail.com>
This commit is contained in:
committed by
Misty Stanley-Jones
parent
30601ab08a
commit
1cc05949b8
@@ -50,6 +50,13 @@ to update its RHEL kernel.
|
||||
This adds the repository of the latest version of CS Docker Engine. You can
|
||||
customize the URL to install an older version.
|
||||
|
||||
> **Note**: For users on RHEL 7.2 who have issues with installing the selinux
|
||||
> policy, use the following command instead of the one above:
|
||||
|
||||
```bash
|
||||
$ sudo yum-config-manager --add-repo https://packages.docker.com/1.12/yum/repo/main/rhel/7.2
|
||||
```
|
||||
|
||||
5. Install Docker CS Engine:
|
||||
|
||||
```bash
|
||||
|
||||
@@ -22,6 +22,28 @@ cannot be adopted as quickly for consistency and compatibility reasons.
|
||||
These notes refer to the current and immediately prior releases of the
|
||||
CS Engine. For notes on older versions, see the [CS Engine prior release notes archive](prior-release-notes.md).
|
||||
|
||||
## CS Engine 1.12.6-cs8
|
||||
(8 Feb 2017)
|
||||
|
||||
This release addresses the following issues:
|
||||
|
||||
* Addresses performance issues introduced by external KV-Store access with the
|
||||
`docker network ls` endpoint with large amounts of overlay networks and containers
|
||||
attached to those networks
|
||||
|
||||
* Addresses an inconsistent mac -> vtep binding issue when using overlay networks
|
||||
|
||||
* Adds a new repository for RHEL 7.2 users, to deal with issues
|
||||
users have encounted when installing the docker-engine-selinux package
|
||||
on systems pinned to 7.2 packages that are older than those available in the
|
||||
normal 7.2 install. This change relates to packaging changes for
|
||||
[1.12.6-cs7](#cs-engine-1126-cs7).
|
||||
|
||||
Users experiencing issues installing the selinux package should switch to this
|
||||
repository. See [install instructions](/cs-engine/install.md) for more details.
|
||||
Only switch to this repository if you encounter problems installing the
|
||||
selinux packages from the centos/7 repo.
|
||||
|
||||
## CS Engine 1.12.6-cs7
|
||||
(24 Jan 2017)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user