Skip to content

Commit

Permalink
Add UI feedback that image is being cleaned up, and how to avoid.
Browse files Browse the repository at this point in the history
  • Loading branch information
tfoote committed Nov 15, 2024
1 parent 24da57f commit df9fa22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rocker/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ def main():
args.command = ' '.join(args.command)
result = dig.run(**args_dict)
if not args_dict['persist_image']:
print(f'Clearing Image: {dig.image_id}s\nTo not clean up use --persist-images')
dig.clear_image()
return result

Expand Down

0 comments on commit df9fa22

Please sign in to comment.