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:
parent
35986d4824
commit
b16decfccf
30 changed files with 228 additions and 72 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue