Skip to content

Instantly share code, notes, and snippets.

@gardner
Created June 30, 2017 19:51
Show Gist options
  • Save gardner/1d6fed0a6a5f99595df944fddff514b0 to your computer and use it in GitHub Desktop.
Save gardner/1d6fed0a6a5f99595df944fddff514b0 to your computer and use it in GitHub Desktop.
Make your own raspbian docker base image
#!/bin/bash
sudo apt-get install git make debootstrap -y
curl -sSL https://get.docker.com | sh
git clone https://github.com/jmtd/debian-docker.git
cd debian-docker/
sudo make release=jessie prefix=gardner arch=armhf mirror=http://mirrordirector.raspbian.org/raspbian/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment