bilson / pishrink-docker

PiShrink https://github.com/Drewsif/PiShrink dockerized!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PiShrink dockerized

See https://github.com/Drewsif/PiShrink

Usage

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.

About

PiShrink https://github.com/Drewsif/PiShrink dockerized!

License:MIT License


Languages

Language:Dockerfile 100.0%