mirror of
https://github.com/docker/docs.git
synced 2026-04-12 06:19:22 +07:00
Merge pull request #1572 from cpuguy83/1.13.1-cs1-release
Tweak 1.13-cs engine install/release notes for cs1
This commit is contained in:
@@ -39,7 +39,7 @@ to update its RHEL kernel.
|
||||
4. Add the Docker repository:
|
||||
|
||||
```bash
|
||||
$ sudo yum-config-manager --add-repo https://packages.docker.com/1.13/yum/repo/testing/centos/7
|
||||
$ sudo yum-config-manager --add-repo https://packages.docker.com/1.13/yum/repo/main/centos/7
|
||||
```
|
||||
|
||||
This adds the repository of the latest version of CS Docker Engine. You can
|
||||
@@ -102,7 +102,7 @@ to the `docker` group.
|
||||
5. Add the repository for the new version:
|
||||
|
||||
```bash
|
||||
$ echo "deb https://packages.docker.com/1.13/apt/repo ubuntu-trusty testing" | sudo tee /etc/apt/sources.list.d/docker.list
|
||||
$ echo "deb https://packages.docker.com/1.13/apt/repo ubuntu-trusty main" | sudo tee /etc/apt/sources.list.d/docker.list
|
||||
```
|
||||
|
||||
6. Run the following to install commercially supported Docker Engine and its
|
||||
@@ -142,7 +142,7 @@ are available:
|
||||
3. Add the Docker repository and public key:
|
||||
|
||||
```bash
|
||||
$ sudo zypper ar -t YUM https://packages.docker.com/1.13/yum/repo/testing/opensuse/12.3 docker-1.13
|
||||
$ sudo zypper ar -t YUM https://packages.docker.com/1.13/yum/repo/main/opensuse/12.3 docker-1.13
|
||||
$ sudo rpm --import 'https://sks-keyservers.net/pks/lookup?op=get&search=0xee6d536cf7dc86e2d7d56f59a178ac6c6238f52e'
|
||||
```
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ cannot be adopted as quickly for consistency and compatibility reasons.
|
||||
|
||||
## CS Engine 1.13.0-cs1
|
||||
|
||||
(10 Jan 2017)
|
||||
(08 Feb 2017)
|
||||
|
||||
Refer to the [detailed list](https://github.com/docker/docker/releases/tag/v1.13.0-rc5) of all
|
||||
changes since the release of CS Engine 1.12.5-cs5.
|
||||
Refer to the [detailed list](https://github.com/docker/docker/releases/tag/v1.13.0) of all
|
||||
changes since the release of CS Engine 1.12.6-cs8.
|
||||
|
||||
Reference in New Issue
Block a user