Skip to content

Commit

Permalink
Merge pull request moby#17157 from ripcurld00d/fedora_doc
Browse files Browse the repository at this point in the history
Update fedora doc
  • Loading branch information
moxiegirl committed Oct 18, 2015
2 parents bece5b8 + 6a64865 commit bab701c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/installation/fedora.md
Original file line number Diff line number Diff line change
@@ -59,7 +59,7 @@ There are two ways to install Docker Engine. You can install with the `yum` pac

For Fedora 22 run:

$ cat >/etc/yum.repos.d/docker.repo <<-EOF
$ cat >/etc/yum.repos.d/docker.repo <<-EOF
[dockerrepo]
name=Docker Repository
baseurl=https://yum.dockerproject.org/repo/main/fedora/22
@@ -74,7 +74,7 @@ There are two ways to install Docker Engine. You can install with the `yum` pac

5. Start the Docker daemon.

$ sudo service docker start
$ sudo systemctl start docker

6. Verify `docker` is installed correctly by running a test image in a container.

@@ -123,13 +123,13 @@ There are two ways to install Docker Engine. You can install with the `yum` pac

4. Start the Docker daemon.

$ sudo service docker start
$ sudo systemctl start docker

5. Verify `docker` is installed correctly by running a test image in a container.

$ sudo docker run hello-world

## Create a docker group
## Create a docker group

The `docker` daemon binds to a Unix socket instead of a TCP port. By default
that Unix socket is owned by the user `root` and other users can access it with
@@ -163,7 +163,7 @@ To create the `docker` group and add your user:

To ensure Docker starts when you boot your system, do the following:

$ sudo chkconfig docker on
$ sudo systemctl enable docker

If you need to add an HTTP Proxy, set a different directory or partition for the
Docker runtime files, or make other customizations, read our Systemd article to
@@ -190,7 +190,7 @@ This configuration allows IP forwarding from the container as expected.

## Uninstall

You can uninstall the Docker software with `yum`.
You can uninstall the Docker software with `yum`.

1. List the package you have installed.

0 comments on commit bab701c

Please sign in to comment.