Skip to content

Commit

Permalink
Merge pull request #3751 from portworx/master
Browse files Browse the repository at this point in the history
Docs:  update volume-driver, reflecting a supported driver
  • Loading branch information
dadgar authored Jan 16, 2018
2 parents a4672f7 + 59d360c commit b8585fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/source/docs/drivers/docker.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ The `docker` driver supports the following configuration in the job spec. Only
"name-of-the-volume:/path/in/container"
]
# Name of the Docker Volume Driver used by the container
volume_driver = "flocker"
volume_driver = "pxd"
}
```
Expand All @@ -293,7 +293,7 @@ The `docker` driver supports the following configuration in the job spec. Only
foo = "bar"
}
driver_config {
name = "flocker"
name = "pxd"
options = {
foo = "bar"
}
Expand Down

0 comments on commit b8585fd

Please sign in to comment.