Skip to content

Commit

Permalink
Improved documentation for Docker Volume Drivers
Browse files Browse the repository at this point in the history
Incorporated comments from @schmichael
  • Loading branch information
pietromenna committed Feb 23, 2017
1 parent 5d29600 commit c57d9c6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions website/source/docs/drivers/docker.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,15 +209,10 @@ The `docker` driver supports the following configuration in the job spec:
```hcl
config {
volumes = [
# Use absolute paths to mount arbitrary paths on the host
"/path/on/host:/path/in/container",
# Use relative paths to rebind paths already in the allocation dir
"relative/to/task:/also/in/container",
# Use named volume created outside nomad.
"name-of-the-volume:/path/in/container"
]
# Name of the Docker Volume Driver used by the container
volume_driver = "flocker"
}
```
Expand Down

0 comments on commit c57d9c6

Please sign in to comment.