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
This commit is contained in:
Tim Bosse
2013-12-16 12:04:29 -05:00
parent fa0d9a6f45
commit f78ee734d9

View File

@ -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 <http://linuxcontainers.org>`_ utilities and library.
Get the docker binary:
----------------------