From f78ee734d96e44cd25af8d7358c8ef5c77d98998 Mon Sep 17 00:00:00 2001 From: Tim Bosse Date: Mon, 16 Dec 2013 12:04:29 -0500 Subject: [PATCH] Update binaries.rst Along with the kernel requirement, you need a working copy of lxc. When trying to start using "/docker -d", received error 'initapi: exec: "lxc-start": executable file not found in $PATH' Upstream-commit: 67215250686687134788c4826f3d9eccb9981344 Component: engine --- components/engine/docs/sources/installation/binaries.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/components/engine/docs/sources/installation/binaries.rst b/components/engine/docs/sources/installation/binaries.rst index 759f8a7502..f06a8d6c5f 100644 --- a/components/engine/docs/sources/installation/binaries.rst +++ b/components/engine/docs/sources/installation/binaries.rst @@ -21,6 +21,11 @@ Check Your Kernel Your host's Linux kernel must meet the Docker :ref:`kernel` +Check for User Space Tools +-------------------------- + +You must have a working installation of the `lxc `_ utilities and library. + Get the docker binary: ----------------------