Clarification about flocker driver (#626)

* Clarification about flocker driver

Fixes #324
This commit is contained in:
Misty Stanley-Jones 2016-11-23 15:42:34 -08:00 committed by GitHub
parent eeace80825
commit a4b2357e14
1 changed files with 6 additions and 3 deletions

View File

@ -173,8 +173,11 @@ Volume drivers create volumes by name, instead of by path like in
the other examples.
The following command creates a named volume, called `my-named-volume`,
using the `flocker` volume driver, and makes it available within the container
at `/webapp`:
using the `flocker` volume driver (`flocker` is a plugin for multi-host portable volumes)
and makes it available within the container at `/webapp`. Before running the command,
[install flocker](https://flocker-docs.clusterhq.com/en/latest/docker-integration/manual-install.html).
If you do not want to install `flocker`, replace `flocker` with `local` in the example commands
below to use the `local` driver.
```bash
$ docker run -d -P \