Debian instance capable of running software targeting ARM based processors using the QEMU emulator.
140
This image was created specifically for running Raspbian: docker run --privileged --interactive --tty dialectsoftware/debian:raspbian
To chroot into the Raspbian bash shell type: bash init.sh
fstab: /raspbian/2018-06-27-raspbian-stretch.img /mnt auto loop,rw,nofail,auto,offset=50331648 0 0
To setup the virtual filesystem: mount -t proc proc proc/ mount -t sysfs sys sys/ mount -o bind /dev dev/ mount -o bind /dev/pts dev/pts
To confirm setup type: raspi-config
Content type
Image
Digest
Size
1.3 GB
Last updated
about 8 years ago
docker pull dialectsoftware/debian:raspbian