Skip to content

Update centos.md #392

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 1, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions engine/installation/linux/centos.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ learn how to [customize your Systemd Docker daemon options](../../admin/systemd.
6. Verify `docker` is installed correctly by running a test image in a container.

```bash
$ sudo docker run hello-world
$ sudo docker run --rm hello-world
```

If you need to add an HTTP Proxy, set a different directory or partition for the
Expand Down Expand Up @@ -198,7 +198,7 @@ To create the `docker` group and add your user:
5. Verify that your user is in the docker group by running `docker` without `sudo`.

```bash
$ docker run hello-world
$ docker run --rm hello-world
```

## Start the docker daemon at boot
Expand Down