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:
Sivakumar Raja 2017-02-07 23:08:22 +05:30 committed by Misty Stanley-Jones
parent ef2c5002ca
commit a0009fbada
1 changed files with 1 additions and 1 deletions

View File

@ -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