Skip to content

Commit

Permalink
added docker build instructions and example config
Browse files Browse the repository at this point in the history
  • Loading branch information
matt2005 committed Jan 29, 2020
1 parent fcc0a3a commit ec126c9
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,14 @@
A turnkey GNU/Linux solution that transforms a Raspberry Pi to an Android Auto head unit.

https://getcrankshaft.com/

# Docker build image

- Create config for pi-gen
```bash
cp config.example config
```
- Build image
```bash
./build-docker.sh
```
11 changes: 11 additions & 0 deletions config.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
IMG_NAME='crankshaft-ng'
ENABLE_SSH=0
STAGE_LIST='stage0 stage1 stage2 stage3'
#these are the defaults uncomment to change
#FIRST_USER_NAME=pi
#FIRST_USER_PASS=raspberry
# Uncomment this if a build fails and you'd like to try again
#CONTINUE=1
IMG_VERSION=v1-${IMG_NAME}
IMG_FILENAME=${IMG_VERSION}
ZIP_FILENAME=${IMG_VERSION}

0 comments on commit ec126c9

Please sign in to comment.