drivers/rkt: use image isolation for rkt

This commit is contained in:
Mahmood Ali 2018-12-04 11:23:26 -05:00
parent 178365848e
commit 06a5cadf35
1 changed files with 1 additions and 1 deletions

View File

@ -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]+)`)