diff options
Diffstat (limited to 'runsc/cmd/do.go')
-rw-r--r-- | runsc/cmd/do.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/runsc/cmd/do.go b/runsc/cmd/do.go index c057f3087..8ea59046c 100644 --- a/runsc/cmd/do.go +++ b/runsc/cmd/do.go @@ -105,8 +105,7 @@ func (c *Do) Execute(_ context.Context, f *flag.FlagSet, args ...interface{}) su spec := &specs.Spec{ Root: &specs.Root{ - Path: absRoot, - Readonly: true, + Path: absRoot, }, Process: &specs.Process{ Cwd: absCwd, |