-
Notifications
You must be signed in to change notification settings - Fork 68
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
Make a Dockerfile #189
Comments
I've never used docker before, but my guess is that the problem here is that the setting You will also need |
Thanks man its working now what I did now is I changed those settings you mentioned and added -r flag in
Note: This will not pull the original fork but in whichever directory you saved it as Dockerfile it will build the image from it. to build the image run: to run: |
I could manage to create a container for youtube-local. But in container, tor routing don't work. Is there a way to make work tor routing while app working in container? |
Containerizing is efficient way to ship and deploy application on various servers and platforms.
I am having trouble particular to this application no matter which fork I try to containerize. However there is a Docker Image already available [link] however it lacks certain features that even original fork provide like settings interface for example. A dockerfile would be great to build the image and deploy it.
I tried using bard, chat gpt anything but couldnt get the service deploy correctly. And always get this error in browser "Error Connection Reset".
For example try running this dockerfile
Build using:
docker build -t youtube-local .
Run using
docker run -p 8080:8080 youtube-local
at the end you will the "connection reset error" in browser.
The text was updated successfully, but these errors were encountered: