mirror of
https://github.com/moby/moby.git
synced 2026-07-11 18:13:57 +00:00
@@ -47,7 +47,7 @@ pack() {
|
||||
}
|
||||
|
||||
save() {
|
||||
[ $SAVE -eq 1 ] || return
|
||||
[ $SAVE -eq 1 ] || return 0
|
||||
|
||||
tar --numeric-owner -C $ROOTFS -c . | xz > rootfs.tar.xz
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user