mirror of https://github.com/docker/docs.git
Update index.md (#2188)
This commit is contained in:
parent
e86e39d0ec
commit
ac97886c72
|
@ -48,9 +48,10 @@ to update its RHEL kernel.
|
||||||
$ sudo rpm --import "https://sks-keyservers.net/pks/lookup?op=get&search=0xee6d536cf7dc86e2d7d56f59a178ac6c6238f52e"
|
$ sudo rpm --import "https://sks-keyservers.net/pks/lookup?op=get&search=0xee6d536cf7dc86e2d7d56f59a178ac6c6238f52e"
|
||||||
```
|
```
|
||||||
|
|
||||||
Note: if the key server above does not respond, you can try one of these:
|
> **Note:** If the key server above does not respond, you can try one of these:
|
||||||
- pgp.mit.edu
|
>
|
||||||
- keyserver.ubuntu.com
|
> - pgp.mit.edu
|
||||||
|
> - keyserver.ubuntu.com
|
||||||
|
|
||||||
2. Install yum-utils if necessary:
|
2. Install yum-utils if necessary:
|
||||||
|
|
||||||
|
@ -155,9 +156,10 @@ to update its RHEL kernel.
|
||||||
$ curl -fsSL 'https://sks-keyservers.net/pks/lookup?op=get&search=0xee6d536cf7dc86e2d7d56f59a178ac6c6238f52e' | sudo apt-key add -
|
$ curl -fsSL 'https://sks-keyservers.net/pks/lookup?op=get&search=0xee6d536cf7dc86e2d7d56f59a178ac6c6238f52e' | sudo apt-key add -
|
||||||
```
|
```
|
||||||
|
|
||||||
Note: if the key server above does not respond, you can try one of these:
|
> **Note:** If the key server above does not respond, you can try one of these:
|
||||||
- pgp.mit.edu
|
>
|
||||||
- keyserver.ubuntu.com
|
> - pgp.mit.edu
|
||||||
|
> - keyserver.ubuntu.com
|
||||||
|
|
||||||
3. Add the repository. In the command below, the `lsb_release -cs` sub-command
|
3. Add the repository. In the command below, the `lsb_release -cs` sub-command
|
||||||
returns the name of your Ubuntu version, like `xenial` or `trusty`.
|
returns the name of your Ubuntu version, like `xenial` or `trusty`.
|
||||||
|
@ -235,9 +237,10 @@ to update its RHEL kernel.
|
||||||
This adds the repository of the latest version of CS Docker Engine. You can
|
This adds the repository of the latest version of CS Docker Engine. You can
|
||||||
customize the URL to install an older version.
|
customize the URL to install an older version.
|
||||||
|
|
||||||
Note: if the key server above does not respond, you can try one of these:
|
> **Note:** If the key server above does not respond, you can try one of these:
|
||||||
- pgp.mit.edu
|
>
|
||||||
- keyserver.ubuntu.com
|
> - pgp.mit.edu
|
||||||
|
> - keyserver.ubuntu.com
|
||||||
|
|
||||||
3. Install CS Docker Engine.
|
3. Install CS Docker Engine.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue