-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Creating a linux dockerfile... #19
Comments
A docker image for ttmp32gme sounds great! Would you be willing to share the docker image with other users? Regarding your questions: You also need to install tttool and ffmpeg within the container and make sure that they are on the PATH (you could try to use the statically linked binaries from the Finally, you will need to make sure the container exposes port 10020 to the host. I updated the installation instructions to be a bit more comprehensive - thanks for providing the incentive ;-) b) I also had to add the -f options to install some of the perl modules. Most likely the respective modules are simply not maintained well. They did what I needed them to so I did not worry about it... Let me know if it works or if you need more help. |
Hi! I currently have the problem of accessing the service from the outer world. It seems as if the server only allows connections from within localhost - which will not work :-) How do I configure the server to accept connections on all network interfaces? |
@anthraxn8b You need to set the |
@thawn THX! I replaced the file and the service is reachable (not tested any kind of functionality yet...). |
@anthraxn8b if you create an executable with pp, I don't understand why you would need a docker image. pp does something very similar to a docker image: the pp executable contains a perl interpreter and all required perl modules. Therefore, a pp executable should run on any linux system (if you include all necessary binaries and libraries, it would not even need dependencies). Also, creating the pp executable is not so trivial because you need to include several libraries and binaries (check the buildit.pl for how I did that for windows and mac).
Since you seem to be are already there with the docker image, I recommend you go with 1. and simply clean up the docker image :) |
We now have a docker image. thanks to @maystar! |
Currently I use this issue for "parking" my current status.
Build it like this:
Start it like this:
The text was updated successfully, but these errors were encountered: