oscam-emu / oscam-patched-old

Open Source Cam Emulator
GNU General Public License v3.0
96 stars 55 forks source link

Docker Container! #38

Closed mmBesar closed 5 years ago

mmBesar commented 5 years ago

Sorry if it's not the right place! but could you please create a docker container for "oscam-patched" "https://github.com/oscam-emu/oscam-patched.git" or tell me how to patch this one "https://hub.docker.com/r/linuxserver/oscam" to become like "https://github.com/oscam-emu/oscam-patched.git" as I tried to replace the oscam file with yours but it did not work! Thank you for the amazing project.

fat-fred commented 5 years ago

In the Dockerfile from linuxserver you Must change line 31 from: " bzr branch lp:oscam /tmp/oscam-svn && \" To this: " git clone https://github.com/oscam-emu/oscam-patched.git /tmp/oscam-svn && \" and then Build the docker for your Self. Perhaps you have to install "git" also in the docker.

mmBesar commented 5 years ago

@fat-fred thank you I have no idea how to do it! I just use the the docker in openmediavault. If you could give me a tutorial on how to do so, I'll be grateful. Docker is the best way to add services to my server, but I just use it, no idea how to build one. Thanks.

mmBesar commented 5 years ago

So, no hope!

oscam-emu commented 5 years ago

What else do you need? You got your answer. If you're not able to edit a line inside a file, don't expect anyone to do it for you.

mmBesar commented 5 years ago

Thanks, but I need to know how, and I'll do it myself. I'M using docker plugin for openmediavault, it just get and build the docker in one step, I don't know which file to edit. Put me in the right direction and I will do it, any online guide or toturial will do. Thanks again, I appreciate your work highly.

mmBesar commented 5 years ago

@fat-fred Thank you, I've done it. @oscam-emu Thanks!