Skip to content

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

Notifications You must be signed in to change notification settings

humbertodias/ps3dev-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ci-docker

What does this do?

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

How do I build it?

Build the image:

docker build -t ps3dev-docker .

Copy the helper script:

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

How do I use it?

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

ps3dev-docker.sh make

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

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

How do I save and load it?

Save the image:

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

Load the image:

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 93.7%
  • Shell 6.3%