-
-
Notifications
You must be signed in to change notification settings - Fork 55
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
Docker installation #1414
Comments
You might want to check the folder called |
Thanks, I've read this page https://github.com/NNTmux/newznab-tmux/tree/master/docker/8.2 , found some steps but no |
The compose file is always in the root of the project. |
Right, I'm gonna try :) |
Can I install to ARM CPU ? |
Find out and let us know if you do. You'll need to make a new Dockerfile with all ARM tools. Otherwise you should be able to run x86 images on ARM using emulation probably. |
I think you can use this one : https://github.com/NNTmux/newznab-tmux/blob/master/docker-compose.yml.dist |
You can use my shell scripts to install, here is my repo: https://github.com/Rajdeep1311/DevOps_learnings.git |
|
run |
|
Fix the warnings first. Then look at file/user permissions. |
The files are owned by root in the container, I still have file/user permissions. :
|
Can you publish a built version of |
It’s about permissions outside of the container. The files sit on your local filesystem. Also this is a development environment, not to be ran in production. |
Right, How can I run it in production ? I'm using docker-compose for all others production applications |
I would run it bare metal. |
What do you think about the idea of publishing a built version of laravel docker's image (x86, arm) it might be easy to deploy it in production even in bare metal ? For example : https://hub.docker.com/r/fekhoo/newznab |
Yes, some images already exist but seems outdated and not for arm platform only for x86. |
This issue is stale because it has been open for 30 days with no activity. |
This issue was closed because it has been inactive for 14 days since being marked as stale. |
Do you have a docker-compose.yml in order to install NNTmux in a docker env easily ?
The text was updated successfully, but these errors were encountered: