Merge component 'engine' from git@github.com:docker/engine 18.09
This commit is contained in:
@ -10,3 +10,7 @@ func chroot(path string) error {
|
||||
}
|
||||
return unix.Chdir("/")
|
||||
}
|
||||
|
||||
func realChroot(path string) error {
|
||||
return chroot(path)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user