-
Notifications
You must be signed in to change notification settings - Fork 13
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
Add dockerization option? #36
Comments
@MatanKribus Thanks for the docker support. Im just not too familiar with docker. Is it possible to maybe add docker as an build option? Cause I was hoping to make something that can be used across most of the OS (even Windows eventually). If so Id be really happy to merge your's into the project. |
@Titor8115 I should have been more clear in what I meant by "all you need to do is build" docker is a virtualization tool, it build's images, to run on containers. what docker can do is create a image specific to your application/service/project , the way you do that is with a Dockerfile, there you specify the steps a system takes to be able to do what you want it to. as you can see, it's a seperate process then building the project :) |
Sorry for the late reply. Docker definitely sounds interesting and I think it should be an option for the project. But let me test this out once I get back before merge it. Ill be back to my workstation probably tomorrow or the day after. |
Hi I just finished testing the Dockerfile from your repo, for some reason the program doesn't seem to run past the beginning where ncurses starts doing it's thing.
This is as far as the program runs. Is it something else I should setup before or perhaps |
Hi, I'm glad to see you decided to add docker, a few things to remember regarding docker:
try edit: |
OK, It worked. One last issue, the docker doesn't seem to use the locale, The rest worked fine. You could send a Pull Request for merging whenever you want. While you are at it, I apologize that I need your help with the docker section for the README. Would you mind to add to Thanks a lot for everything! |
Sure, I would like to solve the issue with the setlocate, could you show me what should be displayed when it works correctly so I could debug it on my machine? I think maybe playing around with the base image might solve the issue, but I can't be sure of that until I test it. 99.99% sure it's not something the end user should config themselfs. I will edit the README.md on my clone after I finished debugging the problem with setlocal can I also ask what machine are you using to develop/test/run the program? I assume a distro of linux, which one? |
I think a simple dockerfile will suffice :)
will help with stability across diff environments.
I messed around and made a new repo which is basically a clone of this with a dockerfile. all you need to do is build :P
I'll close it(And the issue) if you think it's inappropriate obviously, just say so :)
https://github.com/MatanKribus/dockerized-mandown
The text was updated successfully, but these errors were encountered: