tree: 9c4d91d22b36e3b175219c538efa646c5c399fc7 [path history] [tgz]
  1. README.md
  2. install_docker.sh
tools/docker/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.