This Docker image containerizes ps3netsrv, a program that serves games over a network to a PlayStation3 running webMANmod/Multiman/etc.
docker run -d \
--name=ps3netsrv \
-p 38008:38008 \
-v /path/to/games/dir:/games \
marthoc/ps3netsrv:latest
| Parameter | Description |
|---|---|
--name=ps3netsrv | Names the container "ps3netsrv". |
-p 38008:38008 | Map port 38008 on the host system to port 38008 in the container. |
-v /path/to/games/dir:/games | Map a directory containing PS3 compatible games to /games in the container (see below). |
marthoc/ps3netsrv:latest | Specify a particular version of ps3netsrv by substituting the tagged version for "latest". |
ps3netsrv looks for games in the following folders in the folder you map to /games in the container:
| Folder | Description |
|---|---|
| GAMES | PS3 games in folder ("JB") format. |
| PS3ISO | PS3 games in .iso format. |
| PS2ISO | PS2 games in .iso format. |
| PSXISO | PSX games in .iso format. |
| PSPISO | PSP games in .iso format. |
| BDISO | BluRay discs in .iso format. |
| DVDISO | DVDs in .iso format. |
Content type
Image
Digest
Size
3.9 MB
Last updated
over 6 years ago
docker pull marthoc/ps3netsrv