2dac885e6c
The global docker registry is where images are being built and uploaded. It's effectively docker's version of, say, 'pip'. The static tarballs are not only an extra maintenance burden as they're outside the standard build and publishing process, but are presently outside the scope of an open development / release process as well. While this process does cause some trouble with network-independence for CI purposes, the fetching is still done from install-docker.sh; Additionally, this driver is not currently tested via the community CI effort. Change-Id: I3ee6bfee9c273cd3aabe1e00a1d1a8856a466189 |
||
---|---|---|
.. | ||
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.