Sign inSign up

marthoc/ps3netsrv

By marthoc

Updated over 6 years ago

Image
1

7.0K

marthoc/ps3netsrv repository overview

ps3netsrv

This Docker image containerizes ps3netsrv, a program that serves games over a network to a PlayStation3 running webMANmod/Multiman/etc.

Creating a ps3netsrv Container

docker run -d \
     --name=ps3netsrv \
     -p 38008:38008 \
     -v /path/to/games/dir:/games \
     marthoc/ps3netsrv:latest
ParameterDescription
--name=ps3netsrvNames the container "ps3netsrv".
-p 38008:38008Map port 38008 on the host system to port 38008 in the container.
-v /path/to/games/dir:/gamesMap a directory containing PS3 compatible games to /games in the container (see below).
marthoc/ps3netsrv:latestSpecify a particular version of ps3netsrv by substituting the tagged version for "latest".

Games Folder Structure

ps3netsrv looks for games in the following folders in the folder you map to /games in the container:

FolderDescription
GAMESPS3 games in folder ("JB") format.
PS3ISOPS3 games in .iso format.
PS2ISOPS2 games in .iso format.
PSXISOPSX games in .iso format.
PSPISOPSP games in .iso format.
BDISOBluRay discs in .iso format.
DVDISODVDs in .iso format.

Tag summary

Content type

Image

Digest

Size

3.9 MB

Last updated

over 6 years ago

docker pull marthoc/ps3netsrv