I would find it helpful if Solus included the man pages for the docker tools when the package was installed.
The process is predefined by docker using md2man and could be easily automated.
- Docs including md2man are here: https://github.com/docker/docker/tree/master/man
- Example method is here: https://gist.github.com/ninrod/62d11e0ea22d68bfa646feb882afaefd
Whilst I recognise end users can rebuild the man pages manually every time they install or upgrade docker, it would be very nice if the man pages were automatically maintained when upgrading.
Thanks for considering the task and your work thus far!