Cleanup outdated documentation

Kolla implements a workaround for the referenced docker issue. There is
no need to document it, however still recommend installing a recent
kernel for better compatibility.

Change-Id: I06eaa0bb0980f0698202724f523ab08cb344418e
This commit is contained in:
Martin André 2015-10-14 09:36:30 +09:00
parent d9440674a5
commit e47d4b8506

View File

@ -17,22 +17,11 @@ The machine recommended requirements:
- more than 8gb main memory.
- at least 40gb disk space.
To verify the Ubuntu kernel is sufficient to operate Kolla, run the command:
::
docker run -i -t --net=host ubuntu su
If the command displays "su: System error",
the system suffers from this DockerBug_. This is a possible way to solve the issue:
::
It is generally a good idea to run a recent kernel. On Ubuntu LTS::
sudo apt-get install linux-image-generic-lts-vivid
sudo reboot
The guide assumes that you have build images using the following command.
::
@ -81,4 +70,3 @@ a local private registry on gigabit networks.
.. _DeployingRegistryServer: https://docs.docker.com/registry/deploying/
.. _DockerBug: https://github.com/docker/docker/issues/5899