Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 427 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 427 Bytes

Raspberry Pi Remote Snapshot

This is a simple docker container to create a disk image from a remote Raspberry Pi

dockeri.co

How to run

docker run [-it] --privileged --rm -v <target_dir>:<output_dir> mikenorgate/pi-snapshot pi_address output_file

--privileged is required to allow mounting a loop device