containers / docker-lvm-plugin

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

README.md have small typo #87

Closed Rim13 closed 3 years ago

Rim13 commented 4 years ago

At pt. 3 create vg0 At pt. 5 used vg1

  1. The docker-lvm-plugin also supports the creation of thinly-provisioned volumes. To create a thinly-provisioned volume, a user (administrator) must first create a thin pool using the lvcreate command. lvcreate -L 10G -T vg1/mythinpool
shishir-a412ed commented 4 years ago

@Rim13 Nice catch! PRs are welcome 😊

Point (5) example needs to be changed to vg0