Created
June 30, 2017 19:51
-
-
Save gardner/1d6fed0a6a5f99595df944fddff514b0 to your computer and use it in GitHub Desktop.
Make your own raspbian docker base image
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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