mirror of https://github.com/docker/docs.git
Clarification about flocker driver (#626)
* Clarification about flocker driver Fixes #324
This commit is contained in:
parent
eeace80825
commit
a4b2357e14
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue