summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2016-12-20 11:25:33 +0200
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-01-03 10:29:23 -0500
commit6706ce690c23a5f57caf8374c81d33389b9245a8 (patch)
treea72cbbde758da15a8a00c8c2b654b14787a12ef8
parent521840c67694bff9fcd5b64905991a9832a4fb08 (diff)
downloadmeta-virtualization-6706ce690c23a5f57caf8374c81d33389b9245a8.tar.gz
docker: update description
* reword docker officially supported hosts section * bump minimal required kernel from 3.8 to 3.10 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--recipes-containers/docker/docker_git.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-containers/docker/docker_git.bb b/recipes-containers/docker/docker_git.bb
index f50f25ae..37df3c4c 100644
--- a/recipes-containers/docker/docker_git.bb
+++ b/recipes-containers/docker/docker_git.bb
@@ -9,11 +9,11 @@ DESCRIPTION = "Linux container runtime \
9 large-scale web deployments, database clusters, continuous deployment \ 9 large-scale web deployments, database clusters, continuous deployment \
10 systems, private PaaS, service-oriented architectures, etc. \ 10 systems, private PaaS, service-oriented architectures, etc. \
11 . \ 11 . \
12 This package contains the daemon and client. Using docker.io on non-amd64 \ 12 This package contains the daemon and client. Using docker.io is \
13 hosts is not supported at this time. Please be careful when using it \ 13 officially supported on x86_64 and arm (32-bit) hosts. \
14 on anything besides amd64. \ 14 Other architectures are considered experimental. \
15 . \ 15 . \
16 Also, note that kernel version 3.8 or above is required for proper \ 16 Also, note that kernel version 3.10 or above is required for proper \
17 operation of the daemon process, and that any lower versions may have \ 17 operation of the daemon process, and that any lower versions may have \
18 subtle and/or glaring issues. \ 18 subtle and/or glaring issues. \
19 " 19 "