Skip to content

Commit 6e0e1f4

Browse files
committed
feat: pull image
1 parent 5695788 commit 6e0e1f4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Justfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ tart-create-vm IMAGE="ghcr.io/cirruslabs/macos-sequoia-base:latest":
2222
killall -9 tart &> /dev/null || true
2323
tart stop sparkdock-test &> /dev/null || true
2424
tart delete sparkdock-test &> /dev/null || true
25+
tart pull {{IMAGE}}
2526
tart clone {{IMAGE}} sparkdock-test
2627
2728
# Start VM and connect via SSH

0 commit comments

Comments
 (0)