mirror of https://github.com/docker/docs.git
Corrected a typo and error in docker start command (#1508)
* Corrected a typo in Fedora install instructions * Removed the change on docker start command. Changed the command from `sudo systemctl start docker` to `sudo systemctl docker start` as it was addressed on other PR, so leaving it to the original one.
This commit is contained in:
parent
ef2c5002ca
commit
a0009fbada
|
@ -64,7 +64,7 @@ Docker from the repository.
|
|||
|
||||
#### Set up the repository
|
||||
|
||||
1. Install the `dnf-plugins.core` package which provides the commands to manage
|
||||
1. Install the `dnf-plugins-core` package which provides the commands to manage
|
||||
your DNF repositories from the command line.
|
||||
|
||||
```bash
|
||||
|
|
Loading…
Reference in New Issue