summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README13
1 files 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.
+