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
|
@ -122,7 +122,7 @@ func (s *DockerExternalGraphdriverSuite) SetUpSuite(c *check.C) {
|
|||
if err := decReq(r.Body, &req, w); err != nil {
|
||||
return
|
||||
}
|
||||
if err := driver.Create(req.ID, req.Parent, ""); err != nil {
|
||||
if err := driver.Create(req.ID, req.Parent, "", nil); err != nil {
|
||||
respond(w, err)
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue