From 91da21fd08513302a25ae4db48c989160557f093 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Tue, 3 Sep 2019 19:16:01 +0200 Subject: Documentation update --- README | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README b/README index 9734d17..3bad064 100644 --- a/README +++ b/README @@ -38,5 +38,14 @@ Idea: 'docker commit'. - - Overall: This requires fast. I guess lvm based stuff is necessety. - +Problems: + - This requires large and fast storage. I guess overlayfs2 based stuff is helpful. + + - It also requires a novel kernel on the docker machine. For instance, QT would not + compile on the old kernel. The library now may incorporate information about the minimum + kernel version which is required to run it, e.g. + readelf -n /usr/lib64/libQt5Core.so|grep Linux + OS: Linux, ABI: 3.17.0 + However, such elf-header is (at the moment) also preventing it from linking. So, you not + only unable to run a novel QT with old kenrel, but also compile it. + -- cgit v1.2.1