forked from pspdev/pspdev-docker
-
Notifications
You must be signed in to change notification settings - Fork 0
drm-git/pspdev-docker
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
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 0
No packages published
Languages
- Dockerfile 87.7%
- Shell 12.3%