devstack/tools/docker
DennyZhang ca1b85283b Mute false alarm when installing docker
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
2013-11-17 15:44:40 -06:00
..
install_docker.sh Mute false alarm when installing docker 2013-11-17 15:44:40 -06:00
README.md Add support for Docker as Nova hypervisor 2013-08-28 22:36:48 -05:00

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.