Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

running out of space when downloading qoffee-maker docker images #147

Open
JanLahmann opened this issue Aug 19, 2023 · 1 comment
Open

Comments

@JanLahmann
Copy link
Owner

when using a 32 GB (or smaller) SD card, RasQberry might run out of space when downloading qoffee-maker docker images.

@JanLahmann
Copy link
Owner Author

This cannot be handled automatically, but with the following workaround:

  1. identify all docker images: docker images and note the column "IMAGE ID"
  2. remove all images that are not needed (e.g. all non-coffee images, and/or all images that are not related to the tag "latest"): docker image rm -f <IMAGE ID>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant