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

Commit

Permalink
Docs: Update Installation Guide for Ubuntu
Browse files Browse the repository at this point in the history
This will update the installation guide for ubuntu 16.10 and 17.04

Fixes #732

Signed-off-by: Gabriela Cervantes <[email protected]>
  • Loading branch information
GabyCT committed Oct 20, 2017
1 parent 3d1007d commit 5ee5c28
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/ubuntu-installation-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ Note:
If you are installing on a system that already has Clear Containers 2.x
installed, first read [the upgrading document](upgrading.md).

Clear Containers **3.0** is available for Ubuntu\* **16.04**.
Clear Containers **3.0** is available for Ubuntu\* **16.04** , **16.10** and **17.04**.

This step is only required in case Docker is not installed on the system.
1. Install the latest version of Docker with the following commands:

```
$ sudo -E apt-get -y install apt-transport-https ca-certificates curl software-properties-common
$ curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
$ sudo -E apt-get -y install apt-transport-https ca-certificates wget software-properties-common
$ wget -qO - https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
$ sudo -E add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
$ sudo -E apt-get update
$ sudo -E apt-get -y install docker-ce
Expand All @@ -25,9 +25,9 @@ For more information on installing Docker please refer to the

```
$ sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home:/clearcontainers:/clear-containers-3/xUbuntu_$(lsb_release -rs)/ /' >> /etc/apt/sources.list.d/clear-containers.list"
$ curl -fsSL http://download.opensuse.org/repositories/home:/clearcontainers:/clear-containers-3/xUbuntu_$(lsb_release -rs)/Release.key | sudo apt-key add -
$ wget -qO - http://download.opensuse.org/repositories/home:/clearcontainers:/clear-containers-3/xUbuntu_$(lsb_release -rs)/Release.key | sudo apt-key add -
$ sudo -E apt-get update
$ sudo -E apt-get -y install -y cc-runtime cc-proxy cc-shim
$ 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:
Expand Down

0 comments on commit 5ee5c28

Please sign in to comment.