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 other examples.
|
||||||
|
|
||||||
The following command creates a named volume, called `my-named-volume`,
|
The following command creates a named volume, called `my-named-volume`,
|
||||||
using the `flocker` volume driver, and makes it available within the container
|
using the `flocker` volume driver (`flocker` is a plugin for multi-host portable volumes)
|
||||||
at `/webapp`:
|
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
|
```bash
|
||||||
$ docker run -d -P \
|
$ docker run -d -P \
|
||||||
|
@ -360,4 +363,4 @@ combine Docker with the services available on
|
||||||
[Docker Hub](https://hub.docker.com) including Automated Builds and private
|
[Docker Hub](https://hub.docker.com) including Automated Builds and private
|
||||||
repositories.
|
repositories.
|
||||||
|
|
||||||
Go to [Store images in Docker Hub](dockerrepos.md).
|
Go to [Store images in Docker Hub](dockerrepos.md).
|
||||||
|
|
Loading…
Reference in New Issue