Improve check for approved storage driver [Closes #310]
authorMatt Palmer <mpalmer@hezmatt.org>
Tue, 31 Jan 2017 22:33:36 +0000 (09:33 +1100)
committerMatt Palmer <mpalmer@hezmatt.org>
Tue, 31 Jan 2017 22:33:36 +0000 (09:33 +1100)
commit90287f8e8aee601c29a41fd8e22927c67a2c4976
tree61eedd2a70dd1103d5935cf610c9d7ff6c837de1
parent1f5042fac35917f20d55383e1566b19a44dc3f8a
Improve check for approved storage driver [Closes #310]

Previous test was both buggy and inefficient; we now avoid the need
to do a separate regex comparison.  I also improved the wording of
the error message somewhat to use Docker-Approved(TM) terminology.
launcher