mirror of https://github.com/docker/docs.git
Fixed Power PC inaccuracy
This commit is contained in:
parent
fdc4d64af1
commit
a3e6d744a5
|
|
@ -85,13 +85,13 @@ You only need to set up the repository once, after which you can install Docker
|
||||||
|
|
||||||
The repository can differ per your architecture and cloud provider, so review the options in this step before running:
|
The repository can differ per your architecture and cloud provider, so review the options in this step before running:
|
||||||
|
|
||||||
**For all architectures _except_ IBM Power PC:**
|
**For all architectures _except_ IBM Power:**
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ sudo yum-config-manager --enable rhel-7-server-extras-rpms
|
$ sudo yum-config-manager --enable rhel-7-server-extras-rpms
|
||||||
```
|
```
|
||||||
|
|
||||||
**For IBM Power PC only (little endian):**
|
**For IBM Power only (little endian):**
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ sudo yum-config-manager --enable extras
|
$ sudo yum-config-manager --enable extras
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue