pkg/chrootarchive: pass TarOptions via CLI arg

Signed-off-by: Tibor Vass <teabee89@gmail.com>
This commit is contained in:
Tibor Vass 2014-11-08 10:38:42 -05:00 committed by unclejack
parent 2f3002a00b
commit 57f40e0735
3 changed files with 56 additions and 2 deletions

View file

@ -10,6 +10,7 @@ import (
func init() {
reexec.Register("docker-untar", untar)
reexec.Register("docker-applyLayer", applyLayer)
reexec.Init()
}
func fatal(err error) {