We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b144f31 commit 7e46360Copy full SHA for 7e46360
container/incremental_load.sh.tpl
@@ -205,7 +205,7 @@ EOF
205
# We minimize reads / writes by symlinking the layers above
206
# and then streaming exactly the layers we've established are
207
# needed into the Docker daemon.
208
- tar cPh "${MISSING[@]}" | tee image.tar | "${DOCKER}" ${DOCKER_FLAGS} load
+ tar cPh "${MISSING[@]}" | "${DOCKER}" ${DOCKER_FLAGS} load
209
}
210
211
function tag_layer() {
0 commit comments