1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

CLI flag for docker create(run) to change block device size.

Signed-off-by: Shishir Mahajan <shishir.mahajan@redhat.com>
This commit is contained in:
Shishir Mahajan 2016-03-20 00:42:58 -04:00
parent 35986d4824
commit b16decfccf
30 changed files with 228 additions and 72 deletions

View file

@ -137,7 +137,7 @@ func main() {
usage()
}
err := devices.AddDevice(args[1], args[2])
err := devices.AddDevice(args[1], args[2], nil)
if err != nil {
fmt.Println("Can't create snap device: ", err)
os.Exit(1)