ca1b85283b
In install_docker.sh, we will restart docker service, then connect to /var/run/docker.sock with retry mechanism. At the first contacting with /var/run/docker.sock, when docker service is not ready, it may complain some error. Mute this false alarm. Change-Id: If00a18d2e3ddee951662e272d47ae84215f16ad2 Closes-Bug: #1252087 |
||
---|---|---|
.. | ||
install_docker.sh | ||
README.md |
DevStack on Docker
Using Docker as Nova's hypervisor requries two steps:
-
Configure DevStack by adding the following to
localrc
::VIRT_DRIVER=docker
-
Download and install the Docker service and images::
tools/docker/install_docker.sh
After this, stack.sh
should run as normal.