re-enable storage driver

This commit is contained in:
Brad Rydzewski 2015-09-04 12:14:09 -07:00
parent ff77470c11
commit fa13b24f4f
1 changed files with 3 additions and 4 deletions

View File

@ -52,10 +52,9 @@ func main() {
go func() {
args := []string{"-d"}
// STORAGE DRIVER DISALBED FOR NOW
// if len(vargs.Storage) != 0 {
// args = append(args, "-s", vargs.Storage)
// }
if len(vargs.Storage) != 0 {
args = append(args, "-s", vargs.Storage)
}
if vargs.Insecure && len(vargs.Registry) != 0 {
args = append(args, "--insecure-registry", vargs.Registry)
}