Skip to content

darvs/pcsx2-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pcsx2-docker

A docker container for pcsx2

Build

run make to build the docker image

Usage

The run script will launch the emulator.

Options:

Option What it does
bios Directory containing the PS1 BIOS files.
config Directory with the PCSX2 configuration. Will be created if it doesn't exist
memcards Directory with the memory cards for the game

The last option is the name of the game image.

All filenames and directory names are relative to the image name.

Examples

run --bios ~/ps2/bios --config config/shared --memcards memcards/awesome-game ~/ps2/awesome-game.iso

Troubleshooting

Unknown server OS

If you receive the following message

docker: unknown server OS: .

It's probably because the user trying to start the container is not part of the docker group.

Notes

PCSX2 Command Line Reference

About

A docker container for pcsx2

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published