Skip to content

Commit

Permalink
Tweak 1.13-cs engine install/release notes for cs1
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Goff <[email protected]>
  • Loading branch information
cpuguy83 committed Feb 9, 2017
1 parent f102f07 commit 0369484
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions cs-engine/1.13/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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'
```
Expand Down
6 changes: 3 additions & 3 deletions cs-engine/1.13/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 0369484

Please sign in to comment.