Merge pull request #16452 from rhatdan/btrfs-selinux
Relabel BTRFS Content on container Creation Upstream-commit: 4dda67b8014e71508e992c736febc5c45c53c095 Component: engine
This commit is contained in:
@@ -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, ""); err != nil {
|
||||
respond(w, err)
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user