https://github.com/aguslr/docker-ps3netsrv
Set up PS3 Net Server to share PS3 games over the network
https://github.com/aguslr/docker-ps3netsrv
docker podman ps3netsrv
Last synced: about 1 year ago
JSON representation
Set up PS3 Net Server to share PS3 games over the network
- Host: GitHub
- URL: https://github.com/aguslr/docker-ps3netsrv
- Owner: aguslr
- License: gpl-3.0
- Created: 2023-04-28T14:49:31.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-23T10:31:13.000Z (over 1 year ago)
- Last Synced: 2025-03-24T02:11:29.833Z (about 1 year ago)
- Topics: docker, podman, ps3netsrv
- Language: Dockerfile
- Homepage:
- Size: 61.5 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[aguslr/docker-ps3netsrv][1]
============================
[](https://hub.docker.com/r/aguslr/ps3netsrv) [](https://hub.docker.com/r/aguslr/ps3netsrv)
This *Docker* image sets up *PS3 Net Server* inside a docker container.
> **[PS3 Net Server][2]** 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
[1]: https://github.com/aguslr/docker-ps3netsrv
[2]: https://github.com/aldostools/webMAN-MOD/tree/master/_Projects_/ps3netsrv