Skip to content
This repository has been archived by the owner on May 6, 2020. It is now read-only.

Commit

Permalink
docs: Install doc fixes
Browse files Browse the repository at this point in the history
Make the Ubuntu and Fedora installation documents as similar as
possible by ensuring consistent wording, formating and behaviour.

Fixes #752.

Signed-off-by: James O. D. Hunt <[email protected]>
  • Loading branch information
jodh-intel committed Oct 23, 2017
1 parent efcfca8 commit 871f4c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/fedora-installation-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ http://download.opensuse.org/repositories/home:/clearcontainers:/clear-container
$ sudo -E dnf -y install cc-runtime cc-proxy cc-shim
```

3. Configure Docker to use Clear Containers by default with the following commands:
3. Configure Docker to use Clear Containers by default with the following commands:

```
$ sudo mkdir -p /etc/systemd/system/docker.service.d/
$ cat << EOF | sudo tee /etc/systemd/system/docker.service.d/clear-containers.conf
$ cat <<EOF | sudo tee /etc/systemd/system/docker.service.d/clear-containers.conf
[Service]
ExecStart=
ExecStart=/usr/bin/dockerd -D --add-runtime cc-runtime=/usr/bin/cc-runtime --default-runtime=cc-runtime
Expand Down
3 changes: 2 additions & 1 deletion docs/ubuntu-installation-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ $ sudo -E apt-get update
$ sudo -E apt-get -y install cc-runtime cc-proxy cc-shim
```

3. Configure Docker to use Clear Containers as the default with the following commands:
3. Configure Docker to use Clear Containers by default with the following commands:

```
$ sudo mkdir -p /etc/systemd/system/docker.service.d/
Expand All @@ -45,6 +45,7 @@ EOF

```
$ sudo systemctl daemon-reload
$ sudo systemctl enable docker.service
$ sudo systemctl restart docker
$ sudo systemctl enable cc-proxy.socket
$ sudo systemctl start cc-proxy.socket
Expand Down

0 comments on commit 871f4c7

Please sign in to comment.