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:
parent
d9440674a5
commit
e47d4b8506
@ -17,22 +17,11 @@ The machine recommended requirements:
|
|||||||
- more than 8gb main memory.
|
- more than 8gb main memory.
|
||||||
- at least 40gb disk space.
|
- at least 40gb disk space.
|
||||||
|
|
||||||
To verify the Ubuntu kernel is sufficient to operate Kolla, run the command:
|
It is generally a good idea to run a recent kernel. On Ubuntu LTS::
|
||||||
|
|
||||||
::
|
|
||||||
|
|
||||||
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:
|
|
||||||
|
|
||||||
::
|
|
||||||
|
|
||||||
sudo apt-get install linux-image-generic-lts-vivid
|
sudo apt-get install linux-image-generic-lts-vivid
|
||||||
sudo reboot
|
sudo reboot
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
The guide assumes that you have build images using the following command.
|
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/
|
.. _DeployingRegistryServer: https://docs.docker.com/registry/deploying/
|
||||||
.. _DockerBug: https://github.com/docker/docker/issues/5899
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user