https://github.com/turee/pishrink-docker
PiShrink https://github.com/Drewsif/PiShrink dockerized!
https://github.com/turee/pishrink-docker
image parted raspberry-pi raspberrypi
Last synced: about 1 year ago
JSON representation
PiShrink https://github.com/Drewsif/PiShrink dockerized!
- Host: GitHub
- URL: https://github.com/turee/pishrink-docker
- Owner: Turee
- License: mit
- Created: 2018-08-25T19:41:14.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-27T22:14:30.000Z (almost 8 years ago)
- Last Synced: 2025-04-03T07:51:16.624Z (about 1 year ago)
- Topics: image, parted, raspberry-pi, raspberrypi
- Language: Dockerfile
- Size: 1.95 KB
- Stars: 13
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# PiShrink dockerized
See
https://github.com/Drewsif/PiShrink
## Usage
In the directory containing `.img`:
bash:
docker run --rm --privileged=true -v `pwd`:/workdir turee/pishrink-docker pishrink .img
fish:
docker run --rm --privileged=true -v (pwd):/workdir turee/pishrink-docker pishrink .img
Enjoy smaller Raspbian image.