Skip to content

Commit

Permalink
fix docker import (Fixup)
Browse files Browse the repository at this point in the history
  • Loading branch information
gjulianm committed Dec 10, 2024
1 parent 1a2826a commit c0f5005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/new-e2e/system-probe/test/micro-vm-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ls -lahR $docker_dir
systemctl start docker
## Load docker images
if [[ -d "${docker_dir}" ]]; then
find "${docker_dir}" -maxdepth 1 -type f -exec /bin/bash -c "echo loading image {} && docker import -i {}" \;
find "${docker_dir}" -maxdepth 1 -type f -exec /bin/bash -c "echo loading image {} && docker import {}" \;
fi
# VM provisioning end !

Expand Down

0 comments on commit c0f5005

Please sign in to comment.