RPi-Distro / pi-gen

Tool used to create the official Raspberry Pi OS images
BSD 3-Clause "New" or "Revised" License
2.57k stars 1.61k forks source link

DRY removal for docker run command line #686

Closed stefanb2 closed 1 year ago

stefanb2 commented 1 year ago

Factor out the differences into variables so that there is only one implementation of the docker run command line to maintain.

XECDesign commented 1 year ago

Thanks