MatanKribus
MatanKribus
@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...
Hi, I'm glad to see you decided to add docker, a few things to remember regarding docker: 1. each "run" command will start a container, which is a sep env...
> OK, It worked. One last issue, the docker doesn't seem to use the locale, `setlocale(LC_ALL, "");` I set for the system (meaning some character aren't rendered correctly). Perhaps It's...