mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07:00
This improves reliability by doing parsing of potentially untrusted data in a separate process. It opens the door for further security improvements if we can lock down the reexec-ed process. It also improves import performance by only taking the backup and restore privileges once, for the whole process. Signed-off-by: John Starks <jostarks@microsoft.com>