drivers/rkt: use image isolation for rkt
This commit is contained in:
parent
178365848e
commit
06a5cadf35
|
@ -125,7 +125,7 @@ var (
|
|||
capabilities = &drivers.Capabilities{
|
||||
SendSignals: true,
|
||||
Exec: true,
|
||||
FSIsolation: cstructs.FSIsolationChroot,
|
||||
FSIsolation: cstructs.FSIsolationImage,
|
||||
}
|
||||
|
||||
reRktVersion = regexp.MustCompile(`rkt [vV]ersion[:]? (\d[.\d]+)`)
|
||||
|
|
Loading…
Reference in New Issue