File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ containerd)
6969 --mount type=bind,src=" ${ROOTFS_DIR} " ,dst=/tmp/kuasar-rootfs,options=rbind:rw \
7070 ${IMAGE_NAME} \
7171 ${container_name} \
72- bash /kuasar/vmm/scripts/image/${GUESTOS_IMAGE} /build_rootfs.sh
72+ /bin/ bash /kuasar/vmm/scripts/image/${GUESTOS_IMAGE} /build_rootfs.sh
7373 fn_check_result $? " ctr run ${container_name} return error!"
7474 ;;
7575docker)
@@ -81,7 +81,7 @@ docker)
8181 -v " ${REPO_DIR} " :/kuasar \
8282 -v " ${ROOTFS_DIR} " :" /tmp/kuasar-rootfs" \
8383 ${IMAGE_NAME} \
84- bash /kuasar/vmm/scripts/image/${GUESTOS_IMAGE} /build_rootfs.sh
84+ /bin/ bash /kuasar/vmm/scripts/image/${GUESTOS_IMAGE} /build_rootfs.sh
8585 fn_check_result $? " docker run ${container_name} return error!"
8686 ;;
8787isulad)
@@ -94,7 +94,7 @@ isulad)
9494 -v " ${REPO_DIR} " :/kuasar \
9595 -v " ${ROOTFS_DIR} " :" /tmp/kuasar-rootfs" \
9696 ${IMAGE_NAME} \
97- bash /kuasar/vmm/scripts/image/${GUESTOS_IMAGE} /build_rootfs.sh
97+ /bin/ bash /kuasar/vmm/scripts/image/${GUESTOS_IMAGE} /build_rootfs.sh
9898 fn_check_result $? " isula run ${container_name} return error!"
9999 ;;
100100* )
You can’t perform that action at this time.
0 commit comments