This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
raspberry_pi-gen_build_image [2018/10/07 15:00] – created admin | raspberry_pi-gen_build_image [2018/10/07 15:44] (current) – admin | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== PiGen Image ====== | ====== PiGen Image ====== | ||
+ | |||
+ | Prepare docker | ||
+ | |||
+ | < | ||
+ | docker pull jazzypro/ | ||
+ | docker run --privileged -d jazzypro/ | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | docker run \ | ||
+ | -p 8080:8080 \ | ||
+ | -v / | ||
+ | --name jenkins \ | ||
+ | jazzypro/ | ||
+ | </ | ||
+ | |||
+ | Build Image | ||
< | < |