Sign inSign up

catpop/ps3netsrv-go

By catpop

Updated almost 2 years ago

A simple Docker image to containerize ps3netsrv-go, a Go-based implementation of ps3netsrv.

Image
Integration & delivery
Web servers
0

153

catpop/ps3netsrv-go repository overview

PS3NETSRV-GO Docker Image

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.

What is ps3netsrv?

Check out the link below:

ps3netsrv

Wait, but this uses the go version?

Ye, xakep666 rewrote the original ps3netsrv in the Go coding language. P cool.

Never used docker before?

Check out this link:

Introduction | Docker Docs

Usage

Pull the Image
docker pull catpop/ps3netsrv-go:latest
Run the Container

(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
Stopping the Container
docker stop ps3netsrv-go
Removing the Container
docker rm ps3netsrv-go

License

This project uses the same license as ps3netsrv-go, the MIT license.

Acknowledgments

Special thanks to xakep666 for developing ps3netsrv-go.

Tag summary

Content type

Image

Digest

sha256:237c7223f

Size

132.9 MB

Last updated

almost 2 years ago

docker pull catpop/ps3netsrv-go