mirror of https://github.com/docker/docs.git
Be clear on Fedora 26 package repos (#4445)
This commit is contained in:
parent
a947491630
commit
dff5bc60be
|
@ -29,6 +29,10 @@ To install Docker, you need the 64-bit version of one of these Fedora versions:
|
||||||
- 25
|
- 25
|
||||||
- 26
|
- 26
|
||||||
|
|
||||||
|
<!---TODO: Remove below note once 17.09.0 GA for Fedora 26--->
|
||||||
|
> **Note**: Fedora 26 packages are currently only available in the **edge**
|
||||||
|
> and **test** repositories.
|
||||||
|
|
||||||
### Uninstall old versions
|
### Uninstall old versions
|
||||||
|
|
||||||
Older versions of Docker were called `docker` or `docker-engine`. If these are
|
Older versions of Docker were called `docker` or `docker-engine`. If these are
|
||||||
|
@ -95,6 +99,10 @@ from the repository.
|
||||||
repositories are included in the `docker.repo` file above but are disabled
|
repositories are included in the `docker.repo` file above but are disabled
|
||||||
by default. You can enable them alongside the stable repository.
|
by default. You can enable them alongside the stable repository.
|
||||||
|
|
||||||
|
<!---TODO: Remove below note once 17.09.0 GA for Fedora 26--->
|
||||||
|
> **Note**: Fedora 26 packages are currently only available in the **edge**
|
||||||
|
> and **test** repositories.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ sudo dnf config-manager --set-enabled docker-ce-edge
|
$ sudo dnf config-manager --set-enabled docker-ce-edge
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue