[DOCKER] ps3netsrv


Recommended Posts

DUE TO A HACK ON THE AUTHOR'S REPOSITORY, THE PS3NETSRV CONTAINERS NOW HAVE CRYPTO-MINING SOFTWARE CONTAINED WITHIN THEM.  THESE APPS ARE PERMANENTLY BLACKLISTED FROM COMMUNITY APPLICATIONS, AND HIGHLY ADVISED TO NOT INSTALL THEM / REMOVE THEM FROM YOUR SERVER IMMEDIATELY

 

 

Here are a couple Docker images for ps3netsrv that I made.  For those that don't know, you can use ps3netsrv to serve your PS3 games via multiMAN over the network.  I store all my games on unRAID and have this serve them to my ps3s.  It is webMAN compatible. Image is up to date as of 12 Jan 2020.

 

There is only 1 image available:

 

  • mccloud/ps3netsrv

 

Default port of 38008 is used, with a mounting point of /games (mine is mapped /mnt/user/Games:/games).  My game folders are stored at /mnt/user/Games/GAMES, this is due to ps3netsrv looking for a GAMES folder containing the ps3 games. 

 

Example setup:

NOF8Gci.png

 

Here is one of the Dockerfiles so you guys can see what's going on:

FROM alpine

ADD https://github.com/aldostools/webMAN-MOD/raw/master/_Projects_/ps3netsrv/bins/Linux/ps3netsrv_linuxX86_64 /

RUN chmod +x ps3netsrv_linuxX86_64 && mkdir /games

VOLUME ["/games"]
EXPOSE 38008

CMD ["./ps3netsrv_linuxX86_64", "/games"]
 
Link to comment
  • 6 months later...
  • 3 months later...
  • 4 weeks later...
  • 4 weeks later...
  • 2 months later...
  • 4 months later...
  • 3 months later...
  • 2 weeks later...
  • 7 months later...

Hey guys,

 

I've just randomly taken up this project because I just dug my PS3 out of storage. Repo is here (directly forked from latest webman-MOD): https://github.com/xioustic/ps3netsrv

 

It includes a pre-built static binary and Dockerfile to pull the latest binary and create the image exactly like OPs repo/Dockerfile. Cheers.

 

FROM debian:jessie

ADD https://github.com/xioustic/ps3netsrv/raw/master/bin/ps3netsrv64 /

RUN chmod +x ps3netsrv64 && mkdir /games

VOLUME ["/games"]
EXPOSE 38008

CMD ["/ps3netsrv64", "/games"]

 

Edited by xioustic
Embed Dockerfile
  • Upvote 1
Link to comment
On 29.6.2017 at 10:07 PM, xioustic said:

Hey guys,

 

I've just randomly taken up this project because I just dug my PS3 out of storage. Repo is here (directly forked from latest webman-MOD): https://github.com/xioustic/ps3netsrv

 

It includes a pre-built static binary and Dockerfile to pull the latest binary and create the image exactly like OPs repo/Dockerfile. Cheers.

 

 

Thank you!

Any reason not to use slimmer alpine linux, as http://tools.linuxserver.io/dockers mostly do?

Would it be possible to provide the unraid template also?

Link to comment
On 7/1/2017 at 9:41 AM, Forusim said:

 

Thank you!

Any reason not to use slimmer alpine linux, as http://tools.linuxserver.io/dockers mostly do?

Would it be possible to provide the unraid template also?

Any image should work I think; the binary is built static which means it's an entirely self-contained 64-bit executable. The original release was not by default.

 

Ionly used Debian Jessie because that's what op did and I already have that image on my system (so it doesn't take up additional room for me). Try building with the FROM line changed and let me know if you have any issues.

 

If you point me at documentation or a guide to create an unRAID template I can probably put that together.

Link to comment
  • 5 months later...
  • 2 years later...
30 minutes ago, dockerPolice said:

Doesn't appear to be

image.png.c470858e906be9303bdd951d3e0de1a7.png

 

Since there's been zero traction on this thread and @dexn hasn't posted in 2.5 years and there looks to be far better alternatives on a quick search in dockerHub, I'm going to be removing this from CA unless there are any objections

I think the police have the wrong guy in custody.......

 

dexn has an alibi, you mean McCloud :D

 

Link to comment

Hi @Squid

 

Thanks for taking the time to look at that for me, I appreciate it! 

I found the one you mentioned, installed it and copied the settings from the original docker mentioned on my first post that has now been removed 

 

Network Type: Bridge

Host Port 38008

Host Path /mnt/user/Games/PS3/PS3NETSRV/

 

So now when looking at the 2 dockers they look identical except on the old original one works.  Is there more to this than I realize?

 

Many Thanks Again!

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.