diff options
author | Peter Barabas <peter.barabas@ericsson.com> | 2016-01-04 09:13:33 +0100 |
---|---|---|
committer | Peter Barabas <peter.barabas@ericsson.com> | 2016-06-16 08:39:57 +0200 |
commit | 047951f4bca96eb8972f38209420664cfbfaa61d (patch) | |
tree | dfef4a2e9a0286d829b5fed0b9f1e45212fd4c2c | |
parent | 3cddf277c5966c5cc584a493d5923cc5dcdc7820 (diff) |
Clarify docker installation instructions
Change-Id: I8738798eac64c44a66e4fcab9758094e26a5a69f
Signed-off-by: Peter Barabas <peter.barabas@ericsson.com>
-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) |