Browse Source

Try load/save on build

master
Mayank 5 years ago
parent
commit
746d66aa00
No known key found for this signature in database GPG Key ID: D037D60476CE748C
  1. 1
      stage2/05-docker-compose/01-run.sh

1
stage2/05-docker-compose/01-run.sh

@ -42,4 +42,5 @@ while IFS= read -r image; do
done <<< "$IMAGES" done <<< "$IMAGES"
docker save $IMAGES -o umbrel-docker-images.tar docker save $IMAGES -o umbrel-docker-images.tar
du -h umbrel-docker-images.tar
cp umbrel-docker-images.tar ${ROOTFS_DIR}/home/${FIRST_USER_NAME}/umbrel-docker-images.tar cp umbrel-docker-images.tar ${ROOTFS_DIR}/home/${FIRST_USER_NAME}/umbrel-docker-images.tar
Loading…
Cancel
Save