This Docker image sets up PS3 Net Server inside a docker container.
PS3 Net Server is a network server that allows you to play backups of your PS3 games directly from the network.
To use docker-ps3netsrv, follow these steps:
-
Clone and start the container:
docker run -p 38008:38008 \ -v "${PWD}"/games:/games docker.io/aguslr/ps3netsrv:latest
-
Connect from webMAN-MOD to your PS3 Net Server's IP address on port
38008
.
Instead of pulling the image from a remote repository, you can build it locally:
-
Clone the repository:
git clone https://github.com/aguslr/docker-ps3netsrv.git
-
Change into the newly created directory and use
docker-compose
to build and launch the container:cd docker-ps3netsrv && docker-compose up --build -d