Adding documentation for docker usage#339
Conversation
|
have we ever tested if our docker is fine for production? does it work smoothly? I think that #333 was mostly about checking installation steps that making a production-ready dockerfile. you said:
do we? I don't think we ship one Dockerfile in the root directory; we ship many dockerfiles, for many distros, in So I think that this PR can get merged once we test a Dockerfile better and promote it as a way of installing it for production. But, I still do not see any advantage in installing libreant in a docker container: isn't it easier to just run |
|
@boyska , i wasn't thinking about docker images for production, but for testing 😊
Regarding this, you're right 😁 , and I really don't know/remember where the following Dockerfile I found in my directory comes from, but it is indeed not under version control. |
Simple documentation section to benefit from docker usage.