User Tools

Site Tools


raspberry_pi-gen_build_image

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
raspberry_pi-gen_build_image [2018/10/07 15:00] – created adminraspberry_pi-gen_build_image [2018/10/07 15:44] (current) admin
Line 1: Line 1:
 ====== PiGen Image ====== ====== PiGen Image ======
 +
 +Prepare docker
 +
 +<code>
 +docker pull jazzypro/ubuntu-dind
 +docker run --privileged -d jazzypro/ubuntu-dind --name pigen-docker
 +</code>
 +
 +<code>
 +docker run \
 +  -p 8080:8080 \
 +  -v /var/run/docker.sock:/var/run/docker.sock \
 +  --name jenkins \
 +  jazzypro/ubuntu-dind
 +</code>
 +
 +Build Image
  
 <code> <code>
raspberry_pi-gen_build_image.1538924424.txt.gz · Last modified: 2018/10/07 15:00 by admin