There's a merged pull request on the void-packages repository docker: update to 19.03.6 and ensure runit logging works. https://github.com/void-linux/void-packages/pull/19115 Description: This patch captures all Docker logging output and forwards to the runit logging system. In order to accomplish this goal, both an update to the runit log service and a default Docker daemon configuration were needed. I believe the top line of the `daemon.json` is required; however, the other two lines are just plainly super useful - to the point of being desirable for inclusion as the default configuration... Signed-off-by: Joseph Benden