cgbahk / dotfiles

Archive of setting
2 stars 0 forks source link

Install docker in RPi jenkins dockerfile #47

Closed cgbahk closed 5 years ago

cgbahk commented 5 years ago

Parents: https://github.com/cgbahk/backlog/issues/75

If you want to use e.g. Docker from your Jenkins CI system, you have multiple options:

  • installing the Docker CLI using your base image’s packaging system (i.e. if your image is based on Debian, use .deb packages),
  • using the Docker API.

Steps

References:

cgbahk commented 5 years ago

Following https://getintodevops.com/blog/the-simple-way-to-run-docker-in-docker-for-ci, it basically says to follow official installation guide..

cgbahk commented 5 years ago

Got to use 'convenience scripts' in https://get.docker.com for Raspbian. Looking good

Reference: https://docs.docker.com/install/linux/docker-ce/debian/#install-using-the-convenience-script

cgbahk commented 5 years ago

All done