/docker-ps3netsrv

Set up PS3 Net Server to share PS3 games over the network

Primary LanguageDockerfileGNU General Public License v3.0GPL-3.0

docker-pulls image-size

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.

Installation

To use docker-ps3netsrv, follow these steps:

  1. Clone and start the container:

    docker run -p 38008:38008 \
      -v "${PWD}"/games:/games docker.io/aguslr/ps3netsrv:latest
    
  2. Connect from webMAN-MOD to your PS3 Net Server's IP address on port 38008.

Build locally

Instead of pulling the image from a remote repository, you can build it locally:

  1. Clone the repository:

    git clone https://github.com/aguslr/docker-ps3netsrv.git
    
  2. Change into the newly created directory and use docker-compose to build and launch the container:

    cd docker-ps3netsrv && docker-compose up --build -d