summaryrefslogtreecommitdiffhomepage
path: root/runsc/container
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2020-09-17 19:14:53 +0000
committergVisor bot <gvisor-bot@google.com>2020-09-17 19:14:53 +0000
commit63e009e612887c2cc2143aefecdf430acf19562e (patch)
tree5cb0c83e563c0b90a46d57f12102474895b7b5ca /runsc/container
parent5ecebda34332d0368794efe3f4e30e4fbbe523a0 (diff)
parentd796b100ecfe529e350575655b972400c52390d7 (diff)
Merge release-20200907.0-125-gd796b100e (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)