diff options
author | Jonas Bjurel <jonas.bjurel@ericsson.com> | 2016-06-16 10:15:04 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-06-16 10:15:04 +0000 |
commit | 58b6866358c503f6ac588629b705867863523e69 (patch) | |
tree | 82a22992a6f0888b661f03b67a571ff0405314a1 /docs | |
parent | 7361290e6eef010ee646d98f90b3c3fa00ee2b38 (diff) | |
parent | 047951f4bca96eb8972f38209420664cfbfaa61d (diff) |
Merge "Clarify docker installation instructions"
Diffstat (limited to 'docs')
-rw-r--r-- | docs/build-instruction.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/build-instruction.rst b/docs/build-instruction.rst index 887df534f..2eb6b658d 100644 --- a/docs/build-instruction.rst +++ b/docs/build-instruction.rst @@ -55,7 +55,9 @@ On the host, the following packages must be installed: - **Note:** Builds on Wily (Ubuntu 15.x) are currently not supported -- docker - see https://docs.docker.com/engine/installation/ubuntulinux/ for installation notes for Ubuntu 14.04. Tested against version 1.9.x and greater +- docker - see https://docs.docker.com/installation/ubuntulinux/ for + installation notes for Ubuntu 14.04. Note: use the latest version from + Docker (docker-engine) and not the one in Ubuntu 14.04. - git (simply available through $ sudo apt-get install git) |