We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbbb8b1 commit 49cc180Copy full SHA for 49cc180
container/incremental_load.sh.tpl
@@ -241,6 +241,10 @@ function read_variables() {
241
# An optional "docker run" statement for invoking a loaded container.
242
# This is not executed if the single argument --norun is passed.
243
if [ "a$*" != "a--norun" ]; then
244
+ # Once we've loaded the images for all layers, we no longer need the temporary files on disk.
245
+ # We can clean up before we exec docker, since the exit handler will no longer run.
246
+ cleanup
247
+
248
# This generated and injected by docker_*.
249
exec %{run_statements}
250
fi
0 commit comments