diff options
author | Fathi Boudra <fathi.boudra@linaro.org> | 2016-12-20 11:25:33 +0200 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-12-21 09:17:05 -0500 |
commit | 629b6bb64b0e0aa9c55b0716860a652fa7c6eb0a (patch) | |
tree | c89fe2dfebae6ab57899e827b7eb11165d586263 | |
parent | 23eb02c0def1753354bea0794dd3fcf9f46f2188 (diff) | |
download | meta-virtualization-629b6bb64b0e0aa9c55b0716860a652fa7c6eb0a.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.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-containers/docker/docker_git.bb b/recipes-containers/docker/docker_git.bb index 9cdfb55c..2d27c628 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 | " |