devstack/tools/docker
Russell Bryant 0f4f443159 docker: ensure socat is installed
install_docker.sh failed for me because socat wasn't installed.  Add it
to this script since it expects it to be there.

Change-Id: Ic55f5e38de1b38bdd37407b7bec533d4c3eff2a9
2013-09-17 17:15:25 -04:00
..
install_docker.sh docker: ensure socat is installed 2013-09-17 17:15:25 -04: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.