https://github.com/Drewsif/PiShrink dockerized. Shrinks Raspberry PI images.
4.4K
See https://github.com/Drewsif/PiShrink
In the directory containing <your-image>.img:
bash:
docker run --rm --privileged=true -v `pwd`:/workdir turee/pishrink-docker pishrink <your-image>.img
fish:
docker run --rm --privileged=true -v (pwd):/workdir turee/pishrink-docker pishrink <your-image>.img
Enjoy smaller Raspbian image.
Content type
Image
Digest
Size
68.7 MB
Last updated
about 8 years ago
docker pull turee/pishrink-docker