Skip to content

Automatically build a docker image with the pspdev toolchain ready to be used for homebrew development.

Notifications You must be signed in to change notification settings

drm-git/pspdev-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

 ====================
  What does this do?
 ====================

  This program will automatically build a docker image with the pspdev
  toolchain ready to be used for homebrew development.

 ====================
  How do I build it?
 ====================

 Build the image:

   docker build -t pspdev-docker .

 Copy the helper script:

   cp pspdev-docker.sh /usr/local/bin

 ==================
  How do I use it?
 ==================

 Use the helper script to run 'make' on the current directory:

   pspdev-docker.sh make

 Or, manually run 'make' on the current directory:

   docker run -v `pwd`:/build pspdev-docker make

 ============================
  How do I save and load it?
 ============================

 Save the image:

   docker save pspdev-docker | bzip2 > pspdev-docker.tar.bz2

 Load the image:

   docker load < bzip2 -dc pspdev-docker.tar.bz2

About

Automatically build a docker image with the pspdev toolchain ready to be used for homebrew development.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 87.7%
  • Shell 12.3%