A simple Docker image to containerize ps3netsrv-go, a Go-based implementation of ps3netsrv.
153
https://github.com/sergiodaviduo/docker-ps3netsrv-go/edit/main/README.md
A simple Docker image to containerize ps3netsrv-go, a Go-based implementation of ps3netsrv by aldostools for streaming PS3 game backups over a network to a modded PS3. This image currently will always grab ps3netsrv-go v0.0.7, use Go v1.23.3, and is built upon the Ubuntu 24.04 image.
Check out the link below:
Ye, xakep666 rewrote the original ps3netsrv in the Go coding language. P cool.
Check out this link:
docker pull catpop/ps3netsrv-go:latest
(for the -v option, :/ps3games cannot be changed, this is the folder referenced within the container)
docker run -dit \
--name ps3netsrv-go \
-p 38008:38008 \
-v /path/to/your/games:/ps3games \
catpop/ps3netsrv-go:latest
docker stop ps3netsrv-go
docker rm ps3netsrv-go
This project uses the same license as ps3netsrv-go, the MIT license.
Special thanks to xakep666 for developing ps3netsrv-go.
Content type
Image
Digest
sha256:237c7223f…
Size
132.9 MB
Last updated
almost 2 years ago
docker pull catpop/ps3netsrv-go