Skip to content

nooploop/piejam_os_docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PieJam OS Docker Builder

This is a Docker environment which allows you to build a PieJam OS image. It might be helpful if you have problems with building the image with your regular Linux distribution or when you dont want to pollute your system with any kind of building packages.

Requirements

You need a running Docker service on your system. Consult the documentation of your system how to install and configure Docker.

How to

  • Clone the repository:
    git clone https://github.com/nooploop/piejam_os_docker.git
    
  • Change working directory to cloned repository:
    cd piejam_os_docker
    
  • Run the build script for desired target. Docker requires root privileges so you need to run the build script with sudo:
    sudo sh build.sh <rpi2|rpi3|rpi4|rpi5>
    
  • The build process might take awhile. After the build is finished you will find an image file in the working directory. You can flash it onto a microSD card:
    dd if=sdcard.img of=/dev/sdX
    
    Replace /dev/sdX with the device for your microSD card.

About

PieJam OS Builder Docker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published