mirror of https://github.com/docker/docs.git
Update centos.md (#1523)
* Update CentOS, RHEL, Fedora instructions for starting Docker
This commit is contained in:
parent
37afee21c6
commit
76461f517e
|
@ -148,7 +148,7 @@ Docker from the repository.
|
|||
4. Start Docker.
|
||||
|
||||
```bash
|
||||
$ sudo systemctl docker start
|
||||
$ sudo systemctl start docker
|
||||
```
|
||||
|
||||
5. Verify that `docker` is installed correctly by running the `hello-world`
|
||||
|
@ -195,7 +195,7 @@ a new file each time you want to upgrade Docker.
|
|||
3. Start Docker.
|
||||
|
||||
```bash
|
||||
$ sudo systemctl docker start
|
||||
$ sudo systemctl start docker
|
||||
```
|
||||
|
||||
4. Verify that `docker` is installed correctly by running the `hello-world`
|
||||
|
|
|
@ -152,7 +152,7 @@ Docker from the repository.
|
|||
4. Start Docker.
|
||||
|
||||
```bash
|
||||
$ sudo systemctl docker start
|
||||
$ sudo systemctl start docker
|
||||
```
|
||||
|
||||
5. Verify that `docker` is installed correctly by running the `hello-world`
|
||||
|
@ -199,7 +199,7 @@ a new file each time you want to upgrade Docker.
|
|||
3. Start Docker.
|
||||
|
||||
```bash
|
||||
$ sudo systemctl docker start
|
||||
$ sudo systemctl start docker
|
||||
```
|
||||
|
||||
4. Verify that `docker` is installed correctly by running the `hello-world`
|
||||
|
|
|
@ -151,7 +151,7 @@ Docker from the repository.
|
|||
4. Start Docker.
|
||||
|
||||
```bash
|
||||
$ sudo systemctl docker start
|
||||
$ sudo systemctl start docker
|
||||
```
|
||||
|
||||
5. Verify that `docker` is installed correctly by running the `hello-world`
|
||||
|
@ -199,7 +199,7 @@ need to download a new file each time you want to upgrade Docker.
|
|||
3. Start Docker.
|
||||
|
||||
```bash
|
||||
$ sudo systemctl docker start
|
||||
$ sudo systemctl start docker
|
||||
```
|
||||
|
||||
4. Verify that `docker` is installed correctly by running the `hello-world`
|
||||
|
|
Loading…
Reference in New Issue