summaryrefslogtreecommitdiffhomepage
path: root/runsc/container
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2020-09-17 19:04:47 +0000
committergVisor bot <gvisor-bot@google.com>2020-09-17 19:04:47 +0000
commitc346af254716333f3a5820a720a195c770ae2204 (patch)
tree121bf34cd60aa642396c74eb9e468bacdd1d7ebf /runsc/container
parent992a520782f3a6ad7bb813f91b5a6737c0a2418d (diff)
parentda07e38f7c986dca568466beea8a0b7db60f09db (diff)
Merge release-20200907.0-124-gda07e38f7 (automated)
Diffstat (limited to 'runsc/container')
-rw-r--r--runsc/container/container.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/runsc/container/container.go b/runsc/container/container.go
index 6e1d6a568..63478ba8c 100644
--- a/runsc/container/container.go
+++ b/runsc/container/container.go
@@ -902,9 +902,6 @@ func (c *Container) createGoferProcess(spec *specs.Spec, conf *config.Config, bu
}
args = append(args, "gofer", "--bundle", bundleDir)
- if conf.Overlay {
- args = append(args, "--panic-on-write=true")
- }
// Open the spec file to donate to the sandbox.
specFile, err := specutils.OpenSpec(bundleDir)