Skip to content

Commit

Permalink
Add subdir to README
Browse files Browse the repository at this point in the history
  • Loading branch information
sapk committed Dec 2, 2018
1 parent 38792e9 commit 53f462d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ docker run -v test:/mnt --rm -ti ubuntu

## Create and Mount volume
```
docker volume create --driver sapk/plugin-gluster --opt voluri="<volumeserver>,<otherserver>,<otheroptionalserver>:<volumename>" --name test
docker volume create --driver sapk/plugin-gluster --opt voluri="<volumeserver>,<otherserver>,<otheroptionalserver>:<volumename></optional/sub/dir>" --name test
docker run -v test:/mnt --rm -ti ubuntu
```

Expand All @@ -29,7 +29,7 @@ volumes:
some_vol:
driver: sapk/plugin-gluster
driver_opts:
voluri: "<volumeserver>:<volumename>"
voluri: "<volumeserver>:<volumename></optional/sub/dir>"
```


Expand Down

0 comments on commit 53f462d

Please sign in to comment.