Signed-off-by: Dennis Chen <barracks510@gmail.com>
| ... | ... |
@@ -156,7 +156,7 @@ func getBuiltinDriver(name, home string, options []string, uidMaps, gidMaps []id |
| 156 | 156 |
} |
| 157 | 157 |
|
| 158 | 158 |
// New creates the driver and initializes it at the specified root. |
| 159 |
-func New(root string, name string, options []string, uidMaps, gidMaps []idtools.IDMap, pg plugingetter.PluginGetter) (Driver, error) {
|
|
| 159 |
+func New(root, name string, options []string, uidMaps, gidMaps []idtools.IDMap, pg plugingetter.PluginGetter) (Driver, error) {
|
|
| 160 | 160 |
if name != "" {
|
| 161 | 161 |
logrus.Debugf("[graphdriver] trying provided driver: %s", name) // so the logs show specified driver
|
| 162 | 162 |
return GetDriver(name, root, options, uidMaps, gidMaps, pg) |