containers / docker-lvm-plugin

Docker volume plugin for LVM volumes
GNU Lesser General Public License v3.0
155 stars 64 forks source link

Fix README.md and man pages. #44

Closed shishir-a412ed closed 6 years ago

shishir-a412ed commented 6 years ago

Signed-off-by: Shishir Mahajan shishirm@nvidia.com

shishir-a412ed commented 6 years ago

The original docker volume create command in README.md and man pages don't work anymore.

[root@localhost docker-lvm-plugin]# docker volume create -d lvm --opt size=0.2G foobar
"docker volume create" accepts no argument(s).
See 'docker volume create --help'.

Usage:  docker volume create [OPTIONS]

Create a volume

Updated README.md and man pages to reflect the new format. ping @rhatdan

rhatdan commented 6 years ago

LGTM